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 to add STemWin library to a new project?

Hi,I have a new project which uses the TIMER8 in Encoder mode. The app works pretty nice, but I need to display the encoder pulses/frequency of the input signals on the LCD. I am using STM32H747I-DISCO board. I do not want to use any OS. So, my simpl...

Louie88 by Senior
  • 1715 Views
  • 5 replies
  • 0 kudos

TouchGFX function stay blocked in a function of dma.c (dma.o code). So model tick is no more executed. Previously blocked in OSWrappers::takeFrameBufferSemaphore().

Previously I had a problem of semaphore, touchgfx was waiting for a semaphore that never come ( in function takeFrameBufferSemaphore osSemaphoreAcquire(frame_buffer_sem, osWaitForever))We use touchGFX with a LPC mcu and we still use version 4.9.10 - ...

JNico.2 by Associate II
  • 806 Views
  • 4 replies
  • 0 kudos

Resolved! Creating a TouchGFX (FreeRTOS) project for STM32F7 with CubeMX and KEIL ARM6 Compiler

Hi guys,I recently started working with TouchGFX and made some demos for the STM32F769-DISCO which all ran smoothly. Now I wanted to switch to the ARM6 Compiler and everything went down the drain, a lot of TouchGFX and FreeRTOS Compiler errors.I trie...

SDRAM configuration and MPU generated by TouchGFX

Hello,I'm working on a STM32F769I-Eval Board, and generated a TouchGFX project for it.My project is working fine, but I have some questions about the SDRAM configuration and MPU generated by TouchGFX.When loading the ioc file, in the FMC, I can see t...

ANauz.1 by Senior II
  • 528 Views
  • 0 replies
  • 0 kudos

Resolved! Add TextAreaWithOneWildcard WITHOUT designer project.

Hi, AllI have a fine working project but i don't have a designer project files.I want to add a TextAreaWithOneWildcard modifying only source code.I was using this article as a referencehttps://support.touchgfx.com/docs/development/ui-development/ui-c...

JSmit.11 by Associate II
  • 1214 Views
  • 5 replies
  • 0 kudos

TouchGFX 4.16.0 issue with L8_RGB565 format

Hey,today I updated my project from touchgfx 4.15.0 to 4.16.0. I noticed problem with L8_RGB565 format of image as you can see it on the picture (picture is from my custom board) : My board is based on STM32H7 MCU. My frame buffers are 16bit. In the ...

0693W000006GaqEQAS.jpg
JLakn by Associate II
  • 1258 Views
  • 5 replies
  • 0 kudos