Question
STM32CubeMX suggestion
Posted on November 25, 2016 at 12:45
Would be good to avoid generation of peripherals initialization code if using CMSIS Driver.
CMSIS Driver does complete initialization of the related peripheral. So, the code, generated by STM32CubeMX is not used.I think, that CMSIS Driver uses only the MX_Device.h file generated by STM32CubeMX. #stm32cubemx #cmsis-driver