2025-12-28 12:32 PM
Hello,
I am trying to run a touchscreen with STM32H7R7L8Hx and I am having multiple issues.
This is the structure I used, I am using FreeRTOS and TouchGFX in the STM32CubeMX. Years ago I run a touchscreen with STM32H7A3RITx, it was easy because it was not asking project structure.
When I add FreeRTOS it is adding both locations, I know I can simply exclude from build the top one but there are more issues.
In the TouchGFX Designer it can't find the project file so it can't add include paths and source files correctly, so I have to make it manually.
I think this is the most important problem, TouchGFX uses older version of FreeRTOS but STM32CubeMX adds newer version of FreeRTOS and I am not able to select FreeRTOS version.
How can I solve these issues? Thank you.