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

Compile error

I always show this message when I compile.I tried to reinstall the TouchGFX 4.18.0 many times but it always same happened.I tried to run in Windows 11 and Windows 10, but it is not changed.I tried after removing the MS visual studio, but nothing chan...

0693W00000GZPIJQA5.png

How to swap little-endian to big-endian in TouchGFX?

Hi Community,I'm trying to connect STM32F412 with SPI LCD (ILI9341). And, I'm trying to run TouchGFX on this combination. The white and black color is correct. However, another colors are strange. I think that the endian is swapped. Might be, TouchGF...

KYama.1 by Associate III
  • 4911 Views
  • 14 replies
  • 0 kudos

running TouchGFX_core from ITCM-RAM

hi everybody,happy new year.I try to run TouchGFX project on STM32H750 Disco board1.in first level I run my project through QSPI,so i had frame lost and cant reach 60 frame per sec2.in second level i run my code from external sdram,i gain more perfor...

Mmale.1 by Associate II
  • 2812 Views
  • 6 replies
  • 0 kudos

Copy DMA2D & LTDC IRQHandler function into ITCM.

Hi, I used STM32H750 and I want to copy some important interrupt function into ITCM, but the function entity is stored in the library file (touchgfx_core.lib). This prevented me from proceeding. Has anyone encountered the same problem ?

V.H by Senior
  • 731 Views
  • 1 replies
  • 0 kudos

DAC not working with TouchGFX

Hi, i'm working on a project where TouchGFX is running, but when i call the DAC via a FreerTOS task, nothing shows up in the output...Hardware wise everything is ok, tested baremetal and with a single FReertos Task, so TouchGFX or some interrupts mi...