How to change folder / link structure of a TouchGFX project generated from IOC in STM32CubeIDE?
Problem:
The project contains core code c files as link in the project. It makes adding new files in common location ridiculously complicated and slow.
(Path: PROJECT/CM7/Core)
Workaround:
I remove the links to core files, I add a links to Core/Src and Core/Inc directories, works as charm. Now I can add files to those directories.
The catch:
Each time IOC file is changed, the IDE creates those links again and they must be manually deleted.
Where IS the folder structure and instructions to create those links?
There is similar problem with TouchGFX files (and the virtual folder structure is even crazier), but saving changes in IOC doesn't rebuild that structure.