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

X-CUBE-TOUCHGFX 4.26.1 is out!

TouchGFX 4.26.1 is now out. Please follow this link to download it.This version is a patch release and includes bugfixes of issues seen on TouchGFX Designer 4.26.1 version, as well as adding support of the new STM32H5F5 and Chrom-ART 2.Please visit o...

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

STM32H7B3I-EVAL + TouchGFX + FDCAN + "SD card"

I tried fdcan, touchgfx with stm32h7b3i-eval. I want to operate the SD card additionally, but it doesn't work.Here are the ioc settings:SDMMC1 -> SD 4bits Wide busFATFS -> check SD CardIf you disable "use dma tempate", it works, but if you want to us...

0693W00000LwksYQAR.png
HJang.2 by Associate
  • 1485 Views
  • 1 replies
  • 0 kudos

BUG: Deleting a Set Text interaction from a copied screen causes compiler error in Designer v4.18.0 and then project will no longer open once closed.

I was working on my fairly large application, when I copied a screen that was similar to what I needed and made some edits. I was unable to compile the program, because it could not find some __SingleUse constants. I closed the project, and then co...

wired by Senior III
  • 1457 Views
  • 3 replies
  • 2 kudos

Hello, I'm using a STM32H750B-DK Discovery board with TouchGFX and FreeRTOS. I'm planning to have a working GUI with my own project. I'm having trouble combining a hardware timer with a working GUI.

My plan is to create a new task for my code, where I generate a hardware timer for PWM output with an interrupt. And on every interrupt trigger I want to execute some code.The problem is my GUI freezes when the timer starts, and the maximum frequency...

Installing the binary font at the external SDRAM on the STM32F429BI board will Cause program crash.

Here are my programs:const int FontCacheSize = 10000;uint8_t fontdata[FontCacheSize] __attribute__((at(0XC0E00000))) __attribute__ ((aligned(4)));FrontendApplication::FrontendApplication(Model& m, FrontendHeap& heap)   : FrontendApplicationBase(m, he...

0690X00000At5P6QAJ.png

Hello I am new to stm32 environment , I wanted to know if STemWin can be accessed from CubeMXv6.5.0 using stm32cubeide1.9.0 as only graphics software allowed for download is TouchGFX.. However there is no other way to select STemWin from within CubeMX.

I recently managed to download the STemWin software from ST site, and was wondering if there is a link to any example or tutorial which would show how to incorporate this library and what parameters need to be configured. I have seen a few posts wit...

SKara.8 by Associate II
  • 2074 Views
  • 3 replies
  • 0 kudos