2021-12-01 10:46 PM
Recently I read that iar or Keil are better compiler than GCC. However I can not say the same for the IDE. So I don't want use another ide and I just want to use another compiler. Is that possible?
Solved! Go to Solution.
2021-12-02 12:28 AM
Well, the STM32CubeIDE is based on GNU GCC, which is used by a customized Eclipse IDE. It is currently not possible to use a compiler other than this GNU GCC together with the STM32CubeIDE.
If you want to create a program for a different compiler, which also requires a different IDE, you have to use the stand-alone version of STM32CubeMX, where you can set this in the Project Manager (e.g. IAR EWARM, Keil MDK-ARM, Makefile, etc).
Good luck!
If the problem is resolved, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.
/Peter
2021-12-02 12:28 AM
Well, the STM32CubeIDE is based on GNU GCC, which is used by a customized Eclipse IDE. It is currently not possible to use a compiler other than this GNU GCC together with the STM32CubeIDE.
If you want to create a program for a different compiler, which also requires a different IDE, you have to use the stand-alone version of STM32CubeMX, where you can set this in the Project Manager (e.g. IAR EWARM, Keil MDK-ARM, Makefile, etc).
Good luck!
If the problem is resolved, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.
/Peter