cancel
Showing results for 
Search instead for 
Did you mean: 

can Stm32CubeIDE compile a project base on StdLibrary ?

lhoan.1
Associate II

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

1 REPLY 1
TDK
Guru

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.

If you feel a post has answered your question, please click "Accept as Solution".