cancel
Showing results for 
Search instead for 
Did you mean: 

How to enter Pinout View

I made a new project by importing an .ioc file. 

When the project opened/created, I was introduced into pinout view of the MCU.

While I was there, the software (Stm32CubeIDE) got updated, asked me to restart to finish the update.

I accept the restart.

After the restart, I open my project

VasileiosChristianidis_0-1764172408728.png

If I double click my .ioc file, it just opens the file with txt editor:

VasileiosChristianidis_1-1764172436673.png

I do not know how to enter pinout view again.

Obviously, I have tried looking on all the tabs/options, right clicking everywhere. It should be something easy, I just missed it.

STM32CubeIDE

Version: 2.0.0
Build: 26820_20251114_1348 (UTC)

(C) 2025 STMicroelectronics ALL RIGHTS RESERVED

 

1 ACCEPTED SOLUTION

Accepted Solutions
Andrew Neil
Super User

@VasileiosChristianidis wrote:

the software (Stm32CubeIDE) got updated


CubeIDE v2.0.0 no longer has the CubeMX functionality integrated:

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

You will have to use the separate, standalone CubeMX application:

https://www.st.com/en/development-tools/stm32cubemx.html

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.

View solution in original post

2 REPLIES 2
Gyessine
ST Employee

hello @VasileiosChristianidis  and welcome to ST community
I see that you are using our new STM32CubeIDE

On the STM32CubIDE V2.0.0, the STM32CubeMX plug-in has been removed. So, the .ioc file need to be opened by STM32CubeMX.

Best Regards.
Gyessine

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

@VasileiosChristianidis wrote:

the software (Stm32CubeIDE) got updated


CubeIDE v2.0.0 no longer has the CubeMX functionality integrated:

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

You will have to use the separate, standalone CubeMX application:

https://www.st.com/en/development-tools/stm32cubemx.html

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.