cancel
Showing results for 
Search instead for 
Did you mean: 

TouchGFX 4.18.0 is not creating CubeMX files

ksale.1
Senior

Please note the project folder below:

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

The file structure looks exactly as if you created a project with the simulator only instead of a real board.

Please try creating a new project with a board: Home > Create New > select a board > Create

Regards

/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

6 REPLIES 6
Peter BENSCH
ST Employee

The file structure looks exactly as if you created a project with the simulator only instead of a real board.

Please try creating a new project with a board: Home > Create New > select a board > Create

Regards

/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.
ksale.1
Senior

Hi,

I must be doing something wrong, but not that. I'm following the STMicroelectronics video tutorial https://www.youtube.com/watch?v=RMgVo_uCTbw&t=304s with STM32H7B3I DK, and that is what I am getting.

ksale.1
Senior

Please note I'm only generating code, I do not have the target card.

ksale.1
Senior

Hi,

1- You're right, I've selected the Board first then selected the example. This in effect created a simulator project.

2- When I rectified that, and pressed the files button, I had to go 3 levels up to get to the cubeMX file not just one level as in the video.

So can this problem be considered resolved?

If so, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.

/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,

This is because the video uses the STM32H7B3 disco wheras you have chosen the STM32H745dk which is a dual core board. The dual core boards have a more complex architecture and folder structure since well they have 2 cores 😅. In the TouchGFX Board Setup for the STM32H745dk, TouchGFX is set for the M7 core as you can see in your project folder structure.

/Romain