STM32 MCUs TouchGFX and GUI

Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

TouchGFX documentation feedback

We wish to always improve our documentation. The best reviews and critics always come from the people that read it, so we would like to use this post to collect your thoughts and feedbacks. Please share what you like, dislike, what you think is missi...

Share your Custom Widgets!

When creating a UI project, you may need widgets that are not part of the TouchGFX library. To create your own graphical element, the TouchGFX team suggests using the Custom Container approach. Since TouchGFX 4.20 it is possible to export and import ...

`FontFlashSection' will not fit in region `FLASH'

Hi all   I am coding based on STM32H735GDK. after I added a new font and debug on Touchgfx,  It showed wrong message : `FontFlashSection' will not fit in region `FLASH'   I uncommont the "FontFlashSection" in STM32H735IGKX_FLASH.ld to deploy the Font...

yuhui_1-1712282532823.png yuhui_0-1712282492494.png
yuhui by Associate II
  • 934 Views
  • 2 replies
  • 0 kudos

Resolved! GPU2D hangup on STM32H7S78-DK

Hello,I am experimenting on a STM32H7S78-DK board with a custom UI.Sometimes the board looks like frozen and inspecting with the debugger I always find that the core is running, but GUITask is waiting for nema semaphore.The call originates from nema_...

Resolved! STM 32 Touch GFX SD card

I need to read data from SD card and then send them via uart in STM32f7 discovery kit. so I did the initial setting such as open the text file using fatfs and then inside a while loop I read the data. but I need to execute that when I press fetch but...