I'm working on a proprietary board based on DM365. I'm trying to output digital BT.656 720P signal to interface with THS8134B video D/A converter.
I see getting out clock and data with an oscilloscope but it seems that clock is twice data frequency.
I'm using internal 74.25 clock setting SYS_VPSS_CLKCTL at 0x38.
THS8134 samples data at clock rising edge so, working on DCLK I can get correct timings, but when I enable YCCCTL.R656 all DCLK settings are ignored.
Obviously without setting YCCCTL.R656 there aren't embedded sync.
Output of color bar on a vga monitor has correct resolution but wrong image.
Also..
There is a note at page 45 of sprufg9c.pdf: "Note that this mode operates correctly only when the pixel clock frequency is half of the VENC clock."
What does it means?
Thanks in advance