Hello,
So far, I have worked with STM32CubeMX and Keil uVision IDE Lite edition. Yesterday, I faced a code oversize issue with the Keil. Keil support offers to me buy Essential or other professional version purchasing. Is STM32CubeIDE has any code size?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-18 9:57 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-18 11:04 PM
All IDEs is u nlimited, but comercial need pay for it.
STM32CubeIDE use gcc and this is unlimited...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-18 10:12 AM
Yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-18 10:28 AM
What is the limit? Is there any other IDE that has an unlimited code size?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-18 11:04 PM
All IDEs is u nlimited, but comercial need pay for it.
STM32CubeIDE use gcc and this is unlimited...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-19 12:39 AM
Hello @AE104​ ,
I would recommend you to use STM32CubeIDE, it is a free and based on the Eclipse framework and GCC toolchain for the development, and GDB for the debugging.
You can use STM32CubeIDE for all STM32 MCU or MPU, and without limited code size.
If a post answers your question, please select it as Best so that this thread will marked as solved.
Thanks
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-21 2:15 PM
Thank you for your responses @Imen DAHMEN​ and @MM..1​ !
I will try it.
