2025-11-14 4:14 AM - last edited on 2025-11-14 5:31 AM by mƎALLEm
I’m working on an STM32F746-based project. I know how to port ThreadX to this board, and I want to use the ThreadX source available on GitHub. My question is about integrating ThreadX with TouchGFX.
Specifically, I want to understand:
What steps are needed to make TouchGFX run on top of ThreadX?
Do I need to modify the TouchGFX-generated code or middleware when using ThreadX from GitHub?
How should I create and manage the TouchGFX task inside ThreadX?
What is the recommended project structure for combining STM32F7 + ThreadX (GitHub version) + TouchGFX?
Are there any example projects or references for this integration?
Any documentation, sample projects, or practical guidance would be very helpful.
2025-11-14 5:36 AM - edited 2025-11-14 5:36 AM
Hello @Vivek711 and welcome to the ST community,
You can refer to this TouchGFX tutorial link: especially the section ThreadX