How to Integrate ThreadX with TouchGFX on STM32F746
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.
