cancel
Showing results for 
Search instead for 
Did you mean: 

Hi there! Can I use STM32CubeIDE to get hardware initialization code for using it in IAR IDE or it's possible only by STM32CubeMX?

Nikolay A. Neudobnoff
Associate II
 
4 REPLIES 4

Beyond the startup.s code most platforms build with exactly the same code.

IAR has some "In Ram" type directives, but these are used in some very limited circumstances.

The SystemClock_Config() is portable.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Nikolay A. Neudobnoff
Associate II

I mean can STM32CubeIDE generate IAR .eww files like STM32CubeMX does?

Cartu38 OpenDev
Lead II

Sounds not. Do you know some IDE able to generate another IDE proprietary file(s) ?

Sounds only MX is able to.

Nikolay A. Neudobnoff
Associate II

Thank you for your answer. No, I really do not know such IDE. But in STMCubeIDE description page there is a statement :"STM32CubeIDE integrates all STM32CubeMX functionalities".