Skip to main content
Associate III
September 9, 2025
Question

How to use TouchGFX with ThreadX on STM32H7S78-DK board?

  • September 9, 2025
  • 1 reply
  • 320 views

Hello,
I am currently using the STM32H7S78-DK development board. I would like to run TouchGFX together with ThreadX (Azure RTOS).

Specifically, I would like to know:

  • How to configure the project in STM32CubeMX to enable both TouchGFX and ThreadX.

  • How to properly set up the system tick / timebase so that ThreadX and TouchGFX can work together without conflicts.

  • Whether there is a simple example or reference project available for STM32H7S78-DK showing TouchGFX running under ThreadX.

A step-by-step tutorial or minimal example project would be very helpful.
Thank you in advance!

1 reply

ST Employee
September 9, 2025

Hello @Kenwang,

Check the documention Real Time Operating System | TouchGFX Documentation, there's a chapiter on ThreadX. Also you can chose Boards with threadX in Designer (for example : U5G9-DK2), and see how it was configure to draw inspiration from it.

BR,