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! Why STM32F1 series not supported by TougchGFX?

I have a custom board with TFT connected by FSMC 16bit to the STM32F103VET6. When a new project created in CubeMX 6.7 and I try to add new software component (TougchGFX v4.21) - it told me the STM32F103VET6 does not supported. Is there a way to avoid...

VIvan.5 by Associate II
  • 1377 Views
  • 4 replies
  • 0 kudos

Crossing SRAM1/2/3 with DMA

Hello,In my project I need a lot of memory, like 652kB. For that I will use STM32U5 MCU. Compiler does allow to make array I need, because total amount of SRAM is 786 KB.But it crosses multiple internal SRAM banks. It looks like addresses are in line...

0693W00000WKiY5QAL.png
Linas L by Senior II
  • 858 Views
  • 4 replies
  • 0 kudos

TouchGFX and UART sending data

Hello,I'm working in touchgfx with STM32F469I discovery, i'm trying to communicate with PC using UART function.I used this tuto : (1) TouchGFX - sending uart data to GUI on a STM32F746G-DISC0 - YouTubei'm using RealTerm TCP/IP to send data, but it do...

TSour.1 by Associate II
  • 4627 Views
  • 8 replies
  • 0 kudos

[STM32H753-EVAL2] Touch panel connector

Hello,I project to change the MB1063 LCD daughterboard on the STM32H753-EVAL2 by another screen and I have some issues to ensure the compatibility of my choices.The touch panel connector (CN3) on the daughterboard have 8 pins, but all screens i've fo...

TLaur.3 by Associate II
  • 634 Views
  • 1 replies
  • 0 kudos

TOUCHGFX AND UART AND SHOWING DATA ON SCREEN

Hi, I want to receive data by UART.In MX, I have initialized it:this is the code: huart1.Instance = USART1; huart1.Init.BaudRate = 115200; huart1.Init.WordLength = UART_WORDLENGTH_8B; huart1.Init.StopBits = UART_STOPBITS_1; huart1.Init.Parity = UART_...

nsabo.1 by Associate II
  • 756 Views
  • 2 replies
  • 0 kudos

Touchgfx Designer 4.19.1 used too many PC RAM

I have already use designer 4.18 and 4.19.1 for same project.The 4.18 used ram about 1000 MB . When I change to 4.19.1 , ram used to 4600 MB. sometime used to 7800 MB. Make my PC slow down.How to solve this problem?Thanks.4.19.1 picture4.18 for same ...

0693W00000Np94QQAR.png 0693W00000Np954QAB.png 0693W00000Np959QAB.png 0693W00000Np94zQAB.png
achan.12 by Associate II
  • 1902 Views
  • 11 replies
  • 0 kudos