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 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 ...

Resolved! Screen suddenly started flickering every 12 seconds at 350MHz, but is not flickering at 480MHz. Too many drawables?

The screen of my H750B-DK board is weirdly flickering every 12 seconds when the system clock is set to 350MHz. Previously I was at 400MHz when the issue first appeared and the flicker happened about every 10 seconds. At 480Mhz (max) the issue seems t...

GHeller by Associate III
  • 2822 Views
  • 6 replies
  • 0 kudos

TouchGFX with STM32H743 custom board

When I tested TouchGFX and CubeMX with the STM32H735 discovery kit, it took me 1 hour to develop my UI and validate it (great!)I designed a custom board with a STM32H743ZI and I have been trying to generate a proper project with CubeMX and TouchGFXFi...

STM32 STOP mode with LCD

In an aplication using STM32L0 I need to enter the STOP mode when I realize the AC mains disappears and the uC must be powered by a battery.So before entering the STOP I obvioulsy deinit all the peripherals used till then and put the pins in analog m...

MVill.6 by Associate II
  • 1593 Views
  • 4 replies
  • 0 kudos

Touchgfx stops after enabling interrupt

So I have a gui runing on touchgfx part, i want to sample adc using interrupt mode but when ever i run adc in continuous mode the screen blanks out.Similar thing while enabling timer interrupt But for the timer if the interrupt in like greater then 7...

JLoda.1 by Associate
  • 601 Views
  • 1 replies
  • 0 kudos

LTDC color issue

Hi,I am faced with some color issues on a custom board (STM32H7A3). A 800x480 24 bit LCD is connected and the LTDC pixel format is RGB888. For testing is set the background color within LTDC initialisation to:  hltdc.Init.Backcolor.Blue = 128; hltdc....

0693W00000QKwntQAD.jpg
SSchw.7 by Associate
  • 1181 Views
  • 2 replies
  • 0 kudos

Resolved! External loader fails to download

Hi all,I'm trying to put some TouchGFX data (images, text, ...) in an external flash (S25FL128L) on a custom board with STM32H7B0VB mcu. I'm using the octo-spi peripheral as quad-spi.So, I followed the guide to make an external loader and I did it. I...

nikof by Associate II
  • 5255 Views
  • 15 replies
  • 0 kudos