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

Resolved! CubeIDE not flashing external memory

Hello,I am working on a Project mainly from my desktop PC, yet because I recently installed my board in a garden shed, I have to use my Laptop from now on if I dont want to take the board home again. For this purpose I simply copied my projectfolder ...

0693W000008y4kAQAQ.png

Why D-cache invalidation hangs?

Just noticed that my application TouchGXF task hanged. Other FreeRTOS tasks are continue to work.Debugger shows that problem is within core_cm7 SCB_CleanInvalidateDCache():/* clean & invalidate D-Cache */ sets = (uint32_t)(CCSIDR_SETS(ccsidr)); ...

ktrofimo by Senior III
  • 1718 Views
  • 4 replies
  • 0 kudos

Resolved! Resource text colours in TouchGFX V4.18.

I have previously used V4.12 for projects and have been able to set Resouce Text to any colour. After upgrading to V4.18 the text colours can be set in Designer but on the target they seem to be limited to the primary colours and their combinations (...

Water123 by Associate II
  • 3564 Views
  • 13 replies
  • 0 kudos

STM32F429 binary file too large more than 2,2 Gb

Hi,I'm a french embedded developer.At my office, i need to make some modification to an old project, made with TrueStudio I think.It's a STM32F429 custom board with a LCD screen, and STemWin v5.22 library.I use STM32cubeIDE 1.7.0 usually.I import thi...

LRABO.1 by Associate II
  • 721 Views
  • 1 replies
  • 0 kudos

TouchGFX Custom Board Design

I am using STM32H7B33IIT6 MCU and 800x480 TFT. I can upload images to TFT, but I couldn't get the touch parts to work. But the same program works in STM32H7B3I-DK. What steps do I need to do?