STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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! Dynamic Graph Hard Fault when touched

Hi,It seems that there is a bug where a hard fault is triggered when dragging a finger on a dynamic graph area.I have tested this behavior on an STM32F746G-DISCO as well as on a custom board with an H743.In my case, the hard fault gets only triggered...

TouchGFX simulator read an external csv file.

I need to create a graph in TouchGFX where the points on that graph will be read from a .csv file. In that first moment I will use only the TouchGFX simulator. Would you have an example where the simulator can read data from a csv file and create the...

CPrad.1 by Associate
  • 430 Views
  • 1 replies
  • 0 kudos

Visual studio changes not effect in TouchGFX

Hi, Created one UI project in TouchGFX, I have done some code modifications in Visual studio it was successful. But Once Try to run target pressed "Run Target" option in TouchGFX during that Visual studio changes reverted back. Visual studio chang...

MAaru.1 by Associate II
  • 482 Views
  • 2 replies
  • 0 kudos

TouchGFX hangs on screen change

Hallo,I am using the TouchGFX framework on an STM32F750Z8T uC on a custom board. Connected to the uC is a SPI-flash and an external RAM. The application is loaded from the SPI flash to the external RAM on startup. After verification the application ...

Sgrml.1 by Associate II
  • 2754 Views
  • 11 replies
  • 0 kudos

CubeMX with X-Cube TouchGFX Not Working

Hi all,​I`m trying to demo TouchGFX animation from my own board from CubeMX, and I have searched many method & document but less help,​/* My Tool Version */TouchGFX 4.15STM32CubeMX 6.1.1Package: STM32Cube_FW_H7_V1.8.0/********************************...