Skip to main content
This topic has been closed for replies.
Best answer by STTwo-32

Hello @sesrikanth and welcome to the ST Community :smiling_face_with_smiling_eyes:.

You can use the CubeMX integrated on the CubeIDE.

Best Regards and welcome to our World.

STTwo-32 

6 replies

STTwo-32
STTwo-32Best answer
ST Technical Moderator
May 23, 2024

Hello @sesrikanth and welcome to the ST Community :smiling_face_with_smiling_eyes:.

You can use the CubeMX integrated on the CubeIDE.

Best Regards and welcome to our World.

STTwo-32 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
ManishNair
Associate III
May 23, 2024

You don't need to install CubeMX separately, its in STM32Cube IDE. However if you downgrade CubeIDE to previous version, then you require CubeMX latest version to open .ioc files created with higher version of CubeIDE

Associate
May 23, 2024

Thank you @STTwo-32 , and @ManishNair for a quick reply.

unsigned_char_array
Lead III
May 23, 2024

I prefer the standalone version. I'd like to keep my tools separate. I have two screens and this way I can have STM32CubeMX on one screen and STM32CubeIDE on another. It's not needed though.

"Kudo posts if you have the same problem and kudo replies if the solution works.Click ""Accept as Solution"" if a reply solved your problem. If no solution was posted please answer with your own."
Guillaume K
ST Employee
May 23, 2024

The STM32CubeMX integrated in STM32CubeIDE generates project files for STM32CubeIDE only.

The stand-alone STM32CubeMX can create project files for other IDEs: IAR EWARM, Keil MDK-ARM...

unsigned_char_array
Lead III
May 23, 2024

And it can generate cmake files.

"Kudo posts if you have the same problem and kudo replies if the solution works.Click ""Accept as Solution"" if a reply solved your problem. If no solution was posted please answer with your own."