Question
Project Templates with CMSIS but WITHOUT HAL
Hello,
we are prorgamming MCUs bare metal without any predefined FW libraries for several reasons like code understanding and security issues.
But we use the cmsis libraries from ARM and ST.
Is it planned to implement project templates for CubeIDE with integrated CMSIS support but without HAL. Actually i have to create an empty project and link or copy the cmsis libraries manually.