STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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
  • 444 Views
  • 1 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
  • 1114 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
  • 640 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
  • 4260 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
  • 472 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
  • 616 Views
  • 2 replies
  • 0 kudos