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

[STM32H753I-EVAL2] Process for LVDS screen

Hi,I'm currently working on the STM32H7532I Eval2 board. I would change the 5.7" RGB LCD Screen to a bigger LVDS screen but i'm not sure of the process.I have read that I need a RGB2LVDS converter.I would know what I need to do after that, one I've c...

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

Resolved! STM32F429: TouchGFX UI freeze because memory is overwritten

Hi,​I setup a project for STM32F429 MCU by using STM32CubeMX with LTDC, DMA2D, FreeRTOS and TouchGFX enabled. It works very well with a splash screen and a main screen. However, when I added another simple screen, the UI freezes after some screen swi...

PLan by Associate II
  • 2285 Views
  • 8 replies
  • 0 kudos

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
  • 1345 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
  • 832 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
  • 4600 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
  • 616 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
  • 746 Views
  • 2 replies
  • 0 kudos