How do I generate the .ioc file after importing a CMake based project?
I've inherited an existing project. It's got STM HAL / auto-generated code. It's set up with CMake to be compiled at the command line.
I have an ST-Link attached to the SWD pads of an Adafruit STM32F405 Feather board.
I can import the project okay, and it'll compile, but I cannot get any debugging or firmware loading working. Adding a run/debug configuration always leaves the Run/Debug button greyed out.
I can start a new project and get that loading, running and debugging.
What is missing from the existing project that is present in the new scratch project is the *.ioc and *.mxproject files.
Is there a way to get STM32CubeIDE to generate the missing files?
