2026-02-12 9:27 AM
Hello,
I am returning to STM32 development after about two years and I am preparing a new project that will handle multiple tasks using several peripherals.
I have installed STM32CubeIDE version 2.0.0. The installation completes without errors, and I am able to create a new STM32 project. However, after the project is created, the .ioc file does not open
Solved! Go to Solution.
2026-02-12 9:31 AM
Hello @IsmailYangui
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.
BR, 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-02-12 9:31 AM
Hello @IsmailYangui
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.
BR, 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-02-12 9:33 AM
CubeMX (which handles IOC files) is now purely a standalone app - no longer integrated in CubeIDE v2.0.0:
STM32CubeIDE 2.0.0 New workflow tutorial
STM32CubeIDE 2.0 release - early heads-up!
For discussion, see: IDE Version 2.0.0 - why remove MX ?
2026-02-12 9:39 AM
Thank you for your help,
I appreciate it
2026-02-12 9:40 AM
Thank you