STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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

Multiple Definitions Errors

I am getting compiling errors when trying to include a custom class into a TouchGFX project.I made a class called "test" with it's test.h and test.cpp components.//File: test.h   #pragma once class test { public: test(); ~test();   void s...

TLahr.1 by Associate III
  • 1140 Views
  • 5 replies
  • 0 kudos

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
  • 1387 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
  • 844 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
  • 458 Views
  • 2 replies
  • 0 kudos