Hi,
In video processing back-end document (spru952a), it is said that VPBE generates the interrupt at the end of every frame event. It is also stated the interrupt is asserted at every VSYNC assertion. Hence, can I assume that the VSYNC is generated immediately at the end of a frame?
If so, there is a blanking time between at the end of a frame and the beginning of the new one. So, vsync is generated right at the beginning of this blanking time. Hence, I assume that what I operate in the interrupt function will be active and not latched for this new frame that starts right after the blanking time. Is this true?
Thanks,
Erman