Skip to main content
johncvan
Associate
December 13, 2025
Solved

Beginner's Tutorial STMcubeIDE 2.0

  • December 13, 2025
  • 4 replies
  • 1369 views

None of the beginner's tutorials work anymore because of the removal of STM32cubeMX from the IDE. Please send me a link to one that will work. I have seen some work arounds to solve this but for a beginner they are too complicated.

Best answer by Issamos

Hello @johncvan 

I think this tutorial should be a good point to start with the STM32CubeIDE 2.0.0.

Best Regards.

II

4 replies

Andrew Neil
Super User
December 13, 2025

It's always been possible to use CubeMX as a standalone tool - so that shouldn't have changed?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
AScha.3
Super User
December 13, 2025

Right, so my recommendation: use IDE 1.19. for now , until tutorials matching for 2.0 .

"If you feel a post has answered your question, please click ""Accept as Solution""."
johncvan
johncvanAuthor
Associate
December 13, 2025
Thanks. I will install it.
Issamos
IssamosBest answer
Lead III
December 13, 2025

Hello @johncvan 

I think this tutorial should be a good point to start with the STM32CubeIDE 2.0.0.

Best Regards.

II

Pavel A.
Super User
December 14, 2025

The wiki on CubeIDE should be updated for v. 2.x - the first page prominently shows the "configuration tool" view in the IDE, that does not exist any longer. https://wiki.st.com/stm32mcu/wiki/Category:STM32CubeIDE

 

 

Technical Moderator
December 16, 2025

Hello @Pavel A. ,

I raised that request internally to STM32CubeIDE team - Internal ticket number 223925.

Thank you for your contributions.

"When your question is answered, please close this topic by clicking ""Accept as Solution"".ThanksImen"
johncvan
johncvanAuthor
Associate
December 16, 2025
Thank you.
"An integrated development environment (IDE) is a software application
that helps programmers develop software code efficiently. It increases
developer productivity by combining capabilities such as software editing,
building, testing, and packaging in an easy-to-use application."
It seems a step backward to remove a tool from the IDE. It is my opinion
that one should never have to use the words "tool chain" or "path".All
tools within the IDE should know where they put what they created and what
they created should know where the tool is that created them.
John
Andrew Neil
Super User
December 19, 2025

New Knowledge Base Article: STM32CubeIDE 2.0.0 workflow tutorial - includes a link to the video previously mentioned by @Issamos 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.