2024-11-28 11:23 PM
I am having STM32U575I-EV Evaluation board and I am creating a TouchGFX based project created out of CubeMX with enabling RTOS, TouchGFX and DMA2D.
While the project is built successfully and works without any crash, the display is not updated with the framebuffer. On looking more, I found that TouchGFX::HAL::tick() is not being called to have furthr call to the TouchGFXHAL::beginFrame().
I have configured Application Tick Source for TOuchGFX to "custom" in the CubeMX project.
But then, how to provide source to this HAL::tick()? Is it through hardware timer interrupt to be done?