2025-12-12 12:37 AM
I followed and reproduced the video https://youtu.be/NFljjd_vQGA.
I reproduced it using an STM32F429I-DISC1 module, and it works.
In Windows Explorer, among the files created by the TouchGFX generator, you can see the file tree of a CubeIDE project: /core, /drivers, /middleware, etc.
However, the IOC file does not have the same name as the project.
When you double-click on the .project file (as shown in the video, in the STM32CubeIDE folder),
inside the CubeIDE environment you see a different file tree compared to Windows Explorer:
The project name has become: STM32F429I_DISCO_REV_D01
No /core/src and /core/inc folders
main.c is located in /application/user
No main.h
No link to open TouchGFX Designer
etc.
What should be done to get back to a “standard” CubeIDE project?