Question
osMessageQueueGet(vsync_queue, &dummyGet, 0, osWaitForever); does not return in the OSWrappers::waitForVSync() function.
Nucleo-H7A3ZI-Q dev. board with LTDC configured. I do see Vsync and Hsync pulses going to the display but the VSync is not triggering the queue so it hangs. I traced into that call and it looks like it is waiting for an IRQ.
