2021-11-24 12:53 AM
Please note the project folder below:
Solved! Go to Solution.
2021-11-24 05:20 AM
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
2021-11-24 05:20 AM
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
2021-11-24 08:47 AM
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.
2021-11-24 08:48 AM
Please note I'm only generating code, I do not have the target card.
2021-11-24 02:23 PM
2021-11-24 11:05 PM
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
2021-11-26 02:04 AM
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 :grinning_face_with_sweat:. 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