Skip to main content
lhoan.1
Associate II
October 13, 2020
Question

can Stm32CubeIDE compile a project base on StdLibrary ?

  • October 13, 2020
  • 1 reply
  • 857 views

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

This topic has been closed for replies.

1 reply

TDK
October 13, 2020

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""."