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! how i can add my soucre file to TOUCH GFX ??

i am having a problem trying to add a source code to my project, even though CUBE IDE already added it but the source codes of TOUCH GFX are not receiving, i see people using Makefile to add it but i am having trouble towel when using it.I would be v...

_legacyfs_online_stmicro_images_0693W00000bjTSgQAM.png _legacyfs_online_stmicro_images_0693W00000bjTSlQAM.png
OWLchan by Associate III
  • 1223 Views
  • 4 replies
  • 0 kudos

Resolved! How to configure project to use external flash vs internal flash for TouchGFX assets? I have 2 basic screens that work fine with internal flash but does not display with assets loaded into external flash.

Here are the memory assets when I have the project configured for internal flash...and here is how the linker script is configured of course../* Specify the memory areas */MEMORY{ FLASH (rx)   : ORIGIN = 0x08020000, LENGTH = 2048K - 128K DTCMRAM (xrw...

_legacyfs_online_stmicro_images_0693W00000bjYOyQAM.png _legacyfs_online_stmicro_images_0693W00000bjYTZQA2.png _legacyfs_online_stmicro_images_0693W00000bjYYKQA2.png
PFlor.2 by Senior II
  • 908 Views
  • 1 replies
  • 0 kudos

TouchGFX can't ru simulator

Hello,I use ToucheGFXDesigner 4.21.3 for the first time.I have no problem to design the application for the 2 buttoms Run Simulator and Run Target are not Highlitghted. When, I point these buttoms, it's written : Can't run Simulator and Can't run tar...

BRobe.3 by Associate III
  • 4134 Views
  • 11 replies
  • 0 kudos

Adding/editing/deleting any line of code in STM32WB35CC main programme causes crash when while using BLE and MX_APPE_Init

I'm currently working on a project using SPI LCD screens, BLE, and timer at the same time. When I wanted to further modify my programme (like simple code of switching GPIO output, or more complicated code of showing letters on the LCD with SPI), the ...

YXiao.6 by Associate
  • 729 Views
  • 1 replies
  • 0 kudos

TouchGFX Rendering Time and real-time constraints.

In an OS free environment, with software running on an H7, one would call MX_TouchGFX_Process() indefinitely in the main so that TouchGFX will do its thing, render the graphics and pop them on the display, all synchronized by the VSYNC interrupt gene...

AndrewST by Associate II
  • 1542 Views
  • 4 replies
  • 0 kudos

Creating Touchgfx projects without RTOS!

When creating a Touchgfx project on Touchgfx Designer, the project comes with RTOS by default. One could disable RTOS by opening the .ioc file on CubeMX and unticking FREERTOS. But then it is also required to delete the CMSIS file and other related R...