cancel
Showing results for 
Search instead for 
Did you mean: 

osMessageQueueGet(vsync_queue, &dummyGet, 0, osWaitForever); does not return in the OSWrappers::waitForVSync() function.

radioman
Associate II

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.

1 REPLY 1
radioman
Associate II

Follow up question. Might be related. I see in other examples RENDER_TIME_Pin and VSYNC_FREQ_Pin. What are these and what do they connect to? My app does not have those.