Is STM32CubeIDE is enough ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-22 11:55 PM
Hi, I am totally new to embedded programming and going through documentations. As per https://www.st.com/content/st_com/en/stm32cubeide.html, it says STM32CubeMX is integrated into STM32CubeIDE.
Do I still need to install STM32CubeMX separately ?
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
-
STM32CubeMX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-23 12:27 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-23 12:27 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-23 12:29 AM - edited ‎2024-05-23 12:30 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-23 12:41 AM
Thank you @STTwo-32 , and @ManishNair for a quick reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-23 01:08 AM
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.
Click "Accept as Solution" if a reply solved your problem. If no solution was posted please answer with your own.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-23 02:18 AM
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-23 04:26 AM
And it can generate cmake files.
Click "Accept as Solution" if a reply solved your problem. If no solution was posted please answer with your own.