Hi there! Can I use STM32CubeIDE to get hardware initialization code for using it in IAR IDE or it's possible only by STM32CubeMX?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-02 7:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-02 10:11 AM
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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-02 1:18 PM
I mean can STM32CubeIDE generate IAR .eww files like STM32CubeMX does?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-03 12:08 PM
Sounds not. Do you know some IDE able to generate another IDE proprietary file(s) ?
Sounds only MX is able to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-03 12:30 PM
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".
