2023-07-12 05:41 AM
Hi Community,
I came across a situation to restructure the code base made out of STM32CubeIDE. Explored an option in Device Configuration Tool > Project Manager > Code Generator > Template Settings for the same.
How to use it to restructure existing code as per the project's need? Is there any other option that serves this purpose?
2023-07-24 11:55 PM
Hi Community,
Any input or document will be helpful on this topic.
I just wanted to modify the default directory structure of STM32CubeIDE to something like this
The requirement is to put code generated by Device Configuration Tool into the default and code written by the developer into the user to build a project using CMake.