2020-06-17 05:08 PM
Thank you for helping.
environment
STM32CubeIDE Ver 1.3.0
STM32CubeMX Ver 5.5.0
TouchGFX Ver 4.13.0
I'm creating a project in TouchGFX and debugging it in the IDE.
I was able to launch the IDE by double-clicking C:\TouchGFXProjects\***\STM32CubeIDE\.project and running it.
(*** is the project name created by TouchGFX)
However, the main function does not appear in Project Explorer.
The file with the main function is in C:\TouchGFXProjects\***\Core\Src and the hierarchy is different.
Is this the cause?
How can I display the files related to the project such as the main function in the IDE's Project Explorer?
Thank you.
Solved! Go to Solution.
2020-06-17 11:00 PM
The structure of the project in STM32CubeIDE looks indeed a bit different compared to the file structure on your disc.
Within CubeIDE you will find main.c and folder gui in Application/User
Does it answer your question?
/Peter
2020-06-17 11:00 PM
The structure of the project in STM32CubeIDE looks indeed a bit different compared to the file structure on your disc.
Within CubeIDE you will find main.c and folder gui in Application/User
Does it answer your question?
/Peter
2020-06-18 12:05 AM
Hi Peter
I understand.
Thank you very much.