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

DMA2D transfer error causes touchgfx to fail to work properly. How to solve the problem of UI screen stuck?

During the normal operation of the program, after touching the pin on the external sdram by hand, the UI screen is stuck. The simulation shows that the DMA2D Transfer error flag is set, touchgfx cannot work normally, and the chip works normally after...

L丶zs by Associate II
  • 972 Views
  • 2 replies
  • 0 kudos

Resolved! "Run-Simulator", Compiler, Where can I suppress the error "...may be undefined [-Werror=sequence-point]"?

TouchGFX 4.21.1When compiling for "Run Simulator" I get the following error message:Run Simulator  Generate    Wrote generated/simulator/gcc/Makefile    Done  Generate Assets    make -f simulator/gcc/Makefile assets -j10 -Wno-error=sequence-point    ...

Roger.ch by Associate III
  • 1640 Views
  • 5 replies
  • 1 kudos

Resolved! Change color of a svgImage

Hi,I just installed the version 4.21.1 to play around with svg images and I just found out that there is no way to change the color of the image in the 'svg image widget' whereas it's possible to do so in the traditionnal 'image' widget. Why is it so...

GMeur by Senior II
  • 2746 Views
  • 7 replies
  • 0 kudos

Resolved! STM32MX Cube pins are changing without a notice!

I'm using STM32MX Cube to assign pins for different features.I have a lot of communication ports and GPIO:s enabled in my STM32H750.I have prototype 1 working, I noticed that when I add for instance an extra I2C other pins move without notice. For in...

BHell.1 by Associate II
  • 2916 Views
  • 3 replies
  • 1 kudos

TouchGFX application is blocking FreeRTOS-Plus-TCP

I have a projet with FreeRTOS and FreeRTOS-Plus-TCP working on a STM32F769I-Eval board.The ICMP Ping response is 100%.When enabling a TouchGFX application, even very basic (just a white screen), the ping response rate fall bellow 50%! Not usable at a...

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

I am using an STM32F469I$AU1 development board. I am also using the TouchGFX Ver 4.21.0 to develop a UI. I want to communicate through the virtual COM port using printf so I have modified the main() function in stm32cubeide to redirect printf().

I have redirected printf to output through USART3. USART3 is being properly initialized. I have checked that it is sending data through USART3 up to function HAL_UART_Transmit(&huart3, &*c, 1, 10); and everything looks right but no data goes out the...

SMaci.2 by Associate
  • 1024 Views
  • 1 replies
  • 0 kudos

Can we add a new board on Touch GFX?

I was wondering if it was possible to add a new card in Touch GFX app. In fact, I am working on STM32U575I-EV and it is not available. So, I can’t download my app. Is it possible to add my board or there is a way to bypass this problem? (I need to up...

CMeil.1 by Associate
  • 698 Views
  • 2 replies
  • 0 kudos