Skip to main content
Ebun.1
Senior
June 18, 2020
Solved

Main function is not visible in Project Explorer of STM32Cube IDE

  • June 18, 2020
  • 1 reply
  • 1442 views

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.

This topic has been closed for replies.
Best answer by Peter BENSCH

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

1 reply

Peter BENSCH
Peter BENSCHBest answer
ST Technical Moderator
June 18, 2020

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.
Ebun.1
Ebun.1Author
Senior
June 18, 2020

Hi Peter

I understand.

Thank you very much.