STM32CubeIDE missing “STM32 Project” option and .ioc file generation
Hello everyone,
I am learning STM32 embedded development using an STM32 Blue Pill (STM32F103C8T6).
I installed STM32CubeIDE, but when I go to File -> New, I only see:
STM32CubeIDE Empty Project
C Project
C++ Project
STM32 CMake Project
I do not see the normal “STM32 Project” option.
Because of this:
.ioc file is not being generated
CubeMX integration appears to be missing
Additional details:
STM32CubeIDE version: 2.1.1
Windows 11
STM32 Blue Pill board
ST-Link is detected successfully in Device Manager
I already tried:
reinstalling packs
refreshing package descriptions
restarting the IDE
reinstalling STM32 packages
But the issue still exists.
Could someone please guide me on:
Whether my installation is incomplete?
How to restore the “STM32 Project” wizard?
Whether I installed the wrong version of STM32CubeIDE?
Thank you.