Solved
How to limit TouchGFX to 30 fps
I'm using an STM32H7S78-DK with TouchGFX and FreeRTOS. I would like to limit the framerate of the target to 30fps but withouth reducing the LTDC frequency.
Basically having the VSYNC fired at 30fps
I've already set the
((touchgfx::HALSDL2*)&hal)->setVsyncInterval(33.333);In the simulator
Is there a way to force it on the target?


