.ioc file generation
hello everyone ,
When I create a new project in STM32CubeIDE (version: 1.17.0), the .ioc configuration file is not generated in the project directory. Here’s what I’ve tried:
Project Type:
Created via File > New > STM32 Project (using the STM32 Project Wizard).
Selected my MCU/board .
Expected Behavior:
A .ioc file should appear in the project root after setup (enabling peripheral/clock configuration).
Actual Result:
Only standard project files (e.g., Core/, Drivers/, .project) are generated. No .ioc file exists.
I cannot open/configure the project in STM32CubeMX.
