How to modify STM32Cube Project in TouchGFX
Hey,
i use the STM32H757-EVAL Board and was already able to create a new project in TouchGFX (4.20.0), import it to STM32CubeIDE (1.10.1) and modify GUI and Hardware functionality.
In order to have more flexibility and to setup a more clean project, i wanted to create the initial project in the CubeIDE, add the TouchGFX Software Pack and only then start using the TouchGFX Designer for GUI creation.
My problem is now, that after generating the CubeIDE project and importing the "ApplicationTemplate.touchgfx.part" file in the designer, the code generation always fails.
The logfile says, that the post Generate Target is unable to locate the /.cproject file.
The file is located in the "Project_name/CM7" folder.
Modifying the Build setting of the "Post Generate Target Command" to the specific file location didn't help unfortunately.
Maybe someone here has also encountered this little problem before.
Thanks!