TouchGFX with custom SPI screen, TouchGFXHAL::flushFrameBuffer is never called
Hello,
I am trying to work with touchGFX with an SPI screen. I can properly send an image to the screen manually, so I am confident that my screen driver is working fine.
I have set a timer for the Vsync that call the touchgfx::OSWrappers::signalVSync(); function. In the main loop I call the MX_TouchGFX_Process(); and in debug it seems that the TouchGFXHAL::flushFrameBuffer function is never called so I can never send the framebuffer to the screen.
I am a bit stuck in my understanding. Is there anything special that I am required to do? I followed the information in the official website (https://support.touchgfx.com/docs/development/touchgfx-hal-development/scenarios/scenarios-fmc) and I have searched online for solution without more success.
Thank you by advance,
Regards,
Augustin
