Can you change the location of generated files in CubeMX?
For a given project directory, is it possible to specify the folders in which files are generated into? For example, gpio.c is generated in PROJECT_DIRECTORY/Src and I would like to change it to another location (PROJECT_DIRECTORY/Src/MCU).
The closest thing I've found to doing this is modifying the extSettings file, but it looks like that is only for changing the location in the an IDE like the workspace in IAR. If using extSettings is the correct way, the documentation is very sparse and there are very few examples that I could find online.
Thank you for the help.