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

How to change path to STM32CubeProgrammer

Hello folks,how and where can I change the path to the STM32CubeProgrammer in TouchGFX Designer?After hitting the Run Target Button (F6) the TouchGFX Designer fails downloading the flash file due to not find STM32_Programmer_CLI.exe.This is because t...

0693W00000D0aoiQAB.png
LBart.1 by Associate
  • 1840 Views
  • 1 replies
  • 0 kudos

The swipe GUI show delay.

I download code on MCU internal rom swipe GUI show is good(video : Ok.zip ).But I download code on external QSPI flash swipe GUI show is delay (video : Bad.zip).QSPI flash work clock on 100MHz.Why code on external QSPI flash can not work good like MC...

0693W00000LxnV0QAJ.png
YCF.1 by Associate III
  • 1284 Views
  • 6 replies
  • 0 kudos

How to generate a big images.bin file?

Hello all, I used a lot of images in my project and I put them (images.bin file) into SD-Card for used.Now I have a question: How to generate a big images.bin file? "In this example we will put the image data in the ExtFlashSection at address 0x240...

V.H by Senior
  • 1210 Views
  • 4 replies
  • 0 kudos

Change SYSCLK from 180Mhz to 168Mhz - effect on Framebuffer if placed in external flash (dummy cycle issue?)

Hello,I am using the STM32F469 Disco with a custom display connected.Everything wiorks fine.Now i want to use the USB Port, which needs 48Mhz.For that i had to change the SYSCLK to 168 which was 180 Mhz originally.Everything works still fine, but whe...