2020-10-12 08:57 PM
Hi, I'm switching from keilC to STM32CubeIDE. But my project is base on StdLibrary and using startup_stm32f40_41xxx.s (that is use for ARM compiler). I want to know can Stm32cubeIDE can built that project?
Thank you
2020-10-13 06:46 AM
Yes. It's just an Eclipse based compiler at the end of the day. You won't have IOC integration, of course, but that's not necessary.
Note that the Keil and STM32CubeIDE compilers are different so your code will likely require some amount of reconfiguring.