Skip to main content
FCola.1
Associate II
August 20, 2024
Solved

Demo project for STM32H7S78-DK downloaded from STMicroelettronics official site doesn't work

  • August 20, 2024
  • 2 replies
  • 2027 views

Hello everyone, I bought a STM32H7S78-DK and I am having problems with it. 

After playing with it a bit, I decided to flash the original firmware which I can download from ST official site (the name of the project's folder is "STM32H7S78-DK TouchGFX Demo v1.1.2").

There are two problems: 

1) When I am trying to compile the application project, I have an error because there isn't an image needed by TouchGFX gui ( this issue can be resolved opening the project with TouchGFX and starting a generation code); 

2) When I am trying to debug the application project, it get stuck on an address of bootloader's project (as you can see in the attached file). 

Do I need to configure something in the STCubeIDE? 

Thanks in advance Immagine 2024-08-20 232146.png

 

Best answer by KDJEM.1

Hello @FCola.1 ,

 

I think the same issue is reported here.

And the solution is:

KDJEM1_1-1726844709617.png

Could you please confirm that?

 

Thank you.

Kaouthar

2 replies

KDJEM.1
KDJEM.1Best answer
Technical Moderator
September 20, 2024

Hello @FCola.1 ,

 

I think the same issue is reported here.

And the solution is:

KDJEM1_1-1726844709617.png

Could you please confirm that?

 

Thank you.

Kaouthar

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.
ST Employee
September 23, 2024

Hello @FCola.1 .

If you don't need the source code and just want to play around with the demo on the board, I recommend using the binary version (the one under "Compiled demos") instead. Then you only need to select the correct external loader and flash it with STM32CubeProgrammer.

Regarding your first question, the files generated by TouchGFX are not included to reduce the file size. However, in the future, we will try to publish it with the generated files to make it easier to use. Thank you for your feedback!

 

Best regards,
Johan