TouchGFX tick not running (methods not mutated)
Hello!
First, some information: I am running a custom board with an STM32U599VJT6 and a 480x480 RGB666 screen. I am running single frame buffer, by allocation. All other settings are like the STM32U5A9-DK discovery board uses (as far as I know).
The problem: the handleTickEvent function is not running, model tick is only running once (I checked with breakpoints). The initial framebuffer does get generated and displayed successfully on the screen but I cannot update the screen after that. The LTDC interrupt fires at a correct 16ms interval. So far, the debugging has led me to find that it seems that some functions related to the VSYNC in HAL_LTDC_LineEventCallback in TouchGFXGeneratedHAL.cpp are not mutated (defined as virtual functions but not overwritten). (See pictures).


(Eclipse code highlighting says that the bold text is mutated, the normal text is virtual.)
I cannot find where the mutation is supposed to happen. This is the only significant difference I have been able to find between the code I'm working on and the demo code.
Also, I needed to manually add TouchGFXHAL::setFrameBufferStartAddresses with associated functions before it showed anything at all, which is not documented as far as I know. Should I put that in a separate forum post?

Kind regards, Cloud
