cancel
Showing results for 
Search instead for 
Did you mean: 

Device configuration tool not working in STM32CubeIDE v2.0.0

mkx
Associate

I've done a fresh install of STM32CubeIDE on my Win11 computer. (Version: 2.0.0 Build: 26820_20251114_1348 UTC). I installed CubeMX through Help > Install New Software and then tried to open an existing projects .ioc file. This did not work, I got the following error (log also attached)

mkx_0-1764245057283.png

The ioc file itself is fine. I can open it on other computers without a problem.

I tried installing CubeMX as a seperate program, which works fine. I assume its the CubeIDE plugin that has a problem

1 ACCEPTED SOLUTION

Accepted Solutions
Souhaib MAZHOUD
ST Employee

Hello @mkx 

As you can see here, CubeMX plug-in has been removed from the STM32CubeIDE.

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.

View solution in original post

3 REPLIES 3
Souhaib MAZHOUD
ST Employee

Hello @mkx 

As you can see here, CubeMX plug-in has been removed from the STM32CubeIDE.

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.

Andrew Neil
Super User

CubeIDE no longer integrates the MX functionality - it's now only available in the separate, standalone application:

https://community.st.com/t5/stm32cubeide-mcus/cubeide-2-0-does-not-open-ioc-files/m-p/857301/highlight/true#M39483

https://community.st.com/t5/stm32cubeide-mcus/how-to-enter-pinout-view/m-p/859592/highlight/true#M39708

 

PS:

See this post (by @TDK ) on how to start an external editor from within the IDE.

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.

Oh, I wasn't aware of that. Thanks for the quick answer.

Might be an idea to show this in the IDE in a a more user-friendly way. I was able to find and install the CubeMX plugin just fine, so it wasnt clear to me that this was a removed feature.