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

STM32CubeIDE not link library files correctly

when i build a project with the .a lib. the problem"make: *** [makefile:47: freertos-stemwin.elf] Error 1"make -j4 all" terminated with exit code 2. Build might be incomplete."was happened.told me that"d:\program files\stm32cubeide_1.1.0\stm32cubeide...

0690X00000BvpxCQAR.png 0690X00000BvpxgQAB.png 0690X00000BvpyUQAR.png 0690X00000BvpyeQAB.png
zpeng.11 by Associate
  • 1688 Views
  • 2 replies
  • 2 kudos

Resolved! Has anyone have a project for Toggling LED on 32F746G-Disco or 32F769I-Disco using latest CubeIDE 1.1.0 and TouchGFX 4.12.3?

​I tried to do following;Installed TouchGFX 4.12.3, CubeMX 5.4 and CubeIDE 1.1.0.Use any F7 Discovery board (No Nucleo board). I am using 32F746G-Disco and 32F769I-Disco.Start with CubeIDE1.1.0 and create a C++ project.Toggle (ON-OFF-ON) led LD1 ever...

KMunj by Associate II
  • 1118 Views
  • 3 replies
  • 0 kudos

Unicode::snprintf() Problem

I'm working with the STM32F769I-DISCO board and I'm having issues with the snprintf() Unicode function.When I try to print a string to the screen only a few characters register, the rest show up as unknown characters.For example, when I try to print ...

TLahr.1 by Associate III
  • 589 Views
  • 2 replies
  • 0 kudos

Resolved! Drive LCD with LTDC interface and FMC

Hello, I have a stm32f769 discovery board and I run LCD_PicturesFromSDCard example from STM32Cube_FW_F7_V1.15.0.There is function for drawPixel that save RGB_code to hltdc.LayerCfg[ActiveLayer].FBStartAdress. I understand pixel color is saved to SDRA...

ADusi by Associate II
  • 1141 Views
  • 3 replies
  • 0 kudos

STM32CubeIDE

I installed CubeIDE 1.2.0. There is no GRAPHICS graphics in Midleware. Why? In version 1.1.0 it was.

AD�?b by Senior
  • 654 Views
  • 4 replies
  • 0 kudos

When I generate code I get a popup that says "- These IPs still have some not configured or wrong parameter values:[GFXSIMULATOR] Do you still want to generate the code ? Yes/No

I check yes and everything appears to work. What is the GFXSIMULATOR mode and can I deselect it in the Pinout & Configuration tab?I see the generated code in main.c calls a generated init function, but it is empty except for comments delineating user...

Ron Koch by Associate II
  • 612 Views
  • 2 replies
  • 0 kudos