Hi,
I'm having trouble trying to get the Video Port on the DM648 to capture, in sync, my 1080i frames, and have some questions. I am running in the Y/C Capture Mode.
I know one frame's data is much more than the total 2560 bytes of the Y Data fifo in the Video Port. In fact, only one 1920 byte line will fit there.
1. Do I set up the Video Port so that it thinks a frame capture is literally one line? If not, what suggestions can be made to handle the 1920x1080 frame with this device?
2. Did I understand correctly that Data my only be pulled from the VIC's fifo when the threshold Event fires, and that only the amount of data transferred cannot be greater than the Threshold value of the Event trigger on the Fifo? In short, I cannot tell the EDMA to transfer more data than the fifo threshold setting on a single event, and expect to get data, correct?
3. Concerning the EDMA, Is there a way I can set up a linked paramset list, and have the EDMA wait until an event fires before it switches to the next linked Param Set? Otherwise, I assume I have to modify destination addresses at the completion of every transfer if I want data to load contiguously in a very large memory buffer.
Thanks for any and alll help.
--James