If I generate code using STM32CubeMX then which files are related to CMSIS and which files are related to HAL? My toolchain is Atollic TrueSTUDIO.
Electrical – STM32CubeMX HAL vs CMSIS
armcmsishal-librarystm32cubemxtruestudio
Related Question
- Electronic – Toolchains for STM32CubeMX IDE: what to choose from
- Electronic – CMSIS vs HAL vs Standard Peripherals Library
- Electronic – STM32L1xx HAL_GPIO_Init Problem
- Electronic – Atollic STM32H7 + ST-LINK Error writing data to flash with math library
- Electronic – CMSIS without HAL
- Electronic – STM32G474 signal generation with DMA + DAC using STM32CubeMX HAL
Best Answer
CMSIS files are in their own folder, and HAL files are in their own folder. Regardless of which toolchain is selected.