2026-03-09 5:34 AM - last edited on 2026-03-09 5:47 AM by mƎALLEm
I am working on STM32CubeIDE_2.1.0 after one week and suddenly it stopped showing create new STM32 Project. It is showing simply as in screenshot, I am unable to create new STM32 project.
Thanks & Regards
Chanchal
Solved! Go to Solution.
2026-03-09 5:42 AM - edited 2026-03-09 5:42 AM
From STM32CubIDE V2.0.0, the STM32CubeMX plug-in has been removed. So, the .ioc file is opened out of the STM32CubeIDE on the standalone version of the STM32CubeMX.
see STM32CubeIDE 2.0.0 released.
STM32CubeIDE 2.0.0 New workflow tutorial
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.
2026-03-09 5:37 AM
Hello @chanchal94
You should select STM32CubeIDE Empty project to complete creating your new project.
KR, Souhaib
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.
2026-03-09 5:39 AM
I have tried generating project with it, but it is not generating .ioc file along with it as previously it did.
2026-03-09 5:42 AM - edited 2026-03-09 5:42 AM
From STM32CubIDE V2.0.0, the STM32CubeMX plug-in has been removed. So, the .ioc file is opened out of the STM32CubeIDE on the standalone version of the STM32CubeMX.
see STM32CubeIDE 2.0.0 released.
STM32CubeIDE 2.0.0 New workflow tutorial
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.
2026-03-09 5:45 AM
@chanchal94 CubeIDE starting from v 2.0.0 is no more creating projects for STM32.
You need to start from CubeMx.
Please read STM32CubeIDE 2.0.0 workflow tutorial
2026-03-09 6:18 AM
@Souhaib MAZHOUD @mƎALLEm Thanks , it worked.