Skip to main content
Associate II
April 23, 2025
Solved

STM32H7S78-DK Flash Regions

  • April 23, 2025
  • 2 replies
  • 413 views

Hello!

I wonder if someone can point me to instructions on how to assign a flash memory region for TouchGFX assets on an STM32H7S78-DK, such as images and large files that won't change during an update? Currently there is a Boot and Application region setup by TouchGFX. Just need to add one for the assets so that it is not necessary to erase the whole flash and upload everything, just what is needed.

Thank you

This topic has been closed for replies.
Best answer by GaetanGodart

Hello @carlos_112 ,

 

You can flash only the code (not the assets) when building and flash through TouchGFX Designer :

GaetanGodart_0-1745486744011.png

Would that be enough for you to flash through TouchGFX Designer?

 

Regards,

 

2 replies

GaetanGodart
GaetanGodartBest answer
ST Employee
April 24, 2025

Hello @carlos_112 ,

 

You can flash only the code (not the assets) when building and flash through TouchGFX Designer :

GaetanGodart_0-1745486744011.png

Would that be enough for you to flash through TouchGFX Designer?

 

Regards,

 

Gaetan GodartSoftware engineer at ST (TouchGFX)
Associate II
April 24, 2025

OK, sounds good!

Thanks