2025-09-08 7:03 PM
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!
2025-09-09 5:07 AM
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,