cancel
Showing results for 
Search instead for 
Did you mean: 

Main function is not visible in Project Explorer of STM32Cube IDE

Ebun.1
Senior

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
Peter BENSCH
ST Employee

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Hi Peter

I understand.

Thank you very much.