Question
Wrong Folder for Code Generation
When I want to generate code with STM32CubeMX 5.3.0 for STM32CudeIDE, a new folder is created instead of using the folder containing the .ioc file when the .ioc file isn't named like the folder containg it. Only the .mxproject is created at the right place, but when I switch to TrueStudio, the code is generated at the good place.
Initial structure for STM32CudeIDE:
- another-name
- projectname.ioc
Resulting structure for STM32CudeIDE:
- another-name
- Inc
- Src
- .mxproject
- projectname.ioc
- projectname
- Drivers
- Src
- Startup
- .cproject
- .project
- STM32...ld