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 CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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

External RAM doubts about size and speed

Hello,My print size information from gcc shows: text    data     bss     dec     hex  filename 196078     212   59184  255474   3e5f2  04-03.elfThe RAM usage is data + bss, in my case is: 59396 kBBut this value I think it is not true, because I'm usi...

eng23 by Senior
  • 989 Views
  • 5 replies
  • 0 kudos

HI. I get an error when compiling with sw4stm32.

When I run the program like the picture below, a checksum error occurs.After that, if I reset the hardware, it will work normally.I guess it is a problem caused by using external memory.But I want to know the exact reason why and I want to fix it.Ple...

0690X0000087wiWQAQ.png
YJMoon by Associate III
  • 873 Views
  • 2 replies
  • 0 kudos

Configuring project for Keil rather than EWARM

Hello everybodyI am trying to configure a project for STM32F746-DISCO board with TouchGFX using CubeMx. A new project.However , the article for configuring the board at this link explains the modifications needed for linker script and modifying the p...

Resolved! How to print a Dot "." in Touchgfx?

I need to take input fractional values from user through UI built via TouchGFX.There is a separate Dot button on my UI keypad. But, I am not able to print it on the screen.Please help me for above problem. Just a short clue on what to use will also b...

kvkhekale by Associate II
  • 1390 Views
  • 5 replies
  • 0 kudos

Help with an internal assert failure

I'm getting what looks like assert failures while running a TouchGFX project in Visual Studio.Its happening on two of my designed screens out of 12 so its likely something I've created but need a hint of where to look for the fault.It happens as soon...