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

About architecture

Hello to the whole community. I want to replicate a project I have already developed on AVR microcontrollers, on the STM32 platform by introducing a graphical GUI using TouchGFX. Substantially the project is a control system to measure the rpm of som...

CS.3 by Associate II
  • 1489 Views
  • 6 replies
  • 0 kudos

TouchGFX 4.21.4 is out now !

TouchGFX 4.21.4 is now out.Please follow this link to download it.4.21.4 Release details :Release date: April 24th, 2023Bugfixes in TouchGFX Designer:Fixed bug where selecting an image for an Image Button Style in a Flex Button was not possible.Fixed...

0693W00000binTIQAY.png

Resolved! TextArea Word Wrap Rendering Errors (4.20)

I've recently updated our application from 4.18 to 4.20, and I've noticed a couple of rendering errors with TextArea. They occur when setWideTextAction() is set to WIDE_TEXT_WORDWRAP, and the text area wraps.The first problem is related to multi-line...

endorph by Associate
  • 1258 Views
  • 3 replies
  • 0 kudos

Resolved! Bug Report: In container section

When containers are copied within the software the touchgfx 4.21.3 crashes.Log Outputs:2023-04-17 15:50:37,616 [1] ERROR TouchGFXDesigner.App: Object reference not set to an instance of an object.System.NullReferenceException: Object reference not se...

_legacyfs_online_stmicro_images_0693W00000biG6LQAU.png
PPate.9 by Associate II
  • 1641 Views
  • 6 replies
  • 1 kudos

Resolved! Dynamic Graph - HardFault Exception

I want have a graph with 2 Y scale, in this case I have use 2 dynamic graph overlaped.When I run it with the demo board MB1332C (STM32H7B3I-DK), then the graph crashes with a hardfault exception.The design is like this:When I use 2 graphes without ov...

_legacyfs_online_stmicro_images_0693W00000bidkJQAQ.png
MMüll.6 by Associate III
  • 1216 Views
  • 2 replies
  • 0 kudos

DCMI DMA interrupt callback

Hi everyone,I have tried to get image data through DCMI module and transmit to the external graphics memory FT812. However, the MCU get never DMA callback after started although the camera signals can be seen at pins. The DMA handle keeps always on b...