2016-11-26 05:16 PM
I tried the new version of STM32CubeMX
4.18.0
.If I generate project for MDK-ARM V5 will be deleted the
startup_stm32fxxxxx.s
file in the path Drivers/CMSIS/Device/ST/STM32Fxxx/Source/Templates/gcc. Similarly, if I generate project for SW4STM32 will be this file deleted in the path Drivers/CMSIS/Device/ST/STM32Fxxx/Source/Templates/arm. It is not possible to generatesimply
the project for both development environments. #startup_stm #stm32cubemx-4.18.02016-11-27 10:27 AM
Hi, can you also explain why have you moved the
system_stm32XXxx.c
file inside the mainsrc/
project folder, while still keeping thesystem_stm32XXxx.h
file inside the CMSIS Device package? I think that in the mainsrc
folder should be added only files affected by the CubeMX code generation, IMHO.2016-11-27 02:10 PM
I do not write about
system_stm32XXxx.c
andsystem_stm32XXxx.c
hfiles.
These files
are in order.
2016-12-13 03:53 AM
Hello petr.k,
If you want to work on SW4STM32 and with another IDE (as MDK-ARM v5), you can uncheck in Project tab the checkbox 'Generate under root' and go in Code Generator tab and check 'Copy all used librairies into the project folder'.
It will keep all the necessary files for the different IDEs.
BR. Eric