cancel
Showing results for 
Search instead for 
Did you mean: 

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?

AE104
Senior
 
1 ACCEPTED SOLUTION

Accepted Solutions
MM..1
Chief II

All IDEs is u nlimited, but comercial need pay for it.

STM32CubeIDE use gcc and this is unlimited...

View solution in original post

5 REPLIES 5
MM..1
Chief II

Yes

AE104
Senior

What is the limit? Is there any other IDE that has an unlimited code size?

MM..1
Chief II

All IDEs is u nlimited, but comercial need pay for it.

STM32CubeIDE use gcc and this is unlimited...

Imen.D
ST Employee

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
AE104
Senior

Thank you for your responses @Imen DAHMEN​ and @MM..1​ !

I will try it.