Skip to main content
Nikolay A. Neudobnoff
Associate II
November 2, 2019
Question

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

  • November 2, 2019
  • 4 replies
  • 990 views

..

This topic has been closed for replies.

4 replies

Tesla DeLorean
Guru
November 2, 2019

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
Nikolay A. Neudobnoff
Associate II
November 2, 2019

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

Cartu38 OpenDev
Graduate II
November 3, 2019

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
November 3, 2019

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