I try to use the diital output of the VPBE (in YCC16 Master Mode, non-standard, progressiv)
I have verified that the electrical connections for VCLK and LCD_OE are correct (programming them as GPIO and toggling the line).
I know the PINMUX is setup correctly, because when I change the VCLK Polarity and the LCD_OE Polarity, the signal changes accordingly (but only DC value, there are no pulses)
HSYNC and VSYNC are ouptut as expected (so I know I have all the videotiming parameter set up and internally the Videoclock is running at the correct frequency (74.25Mhz)
I have it setup to output YCDC value (which i verified, it actually sends) using YCOLVL register.
For the LCD_OE pin:
LCDOUT: OES is 0 (selects LCD_OUT)
I also have initilazed the HSTART, HVALID, VSTART and VVALID register.
For the VCLK pin:
VIOCTL: VCLKE is on (1), polarity is normal (0), VCLKZ is Ouput(0)
DCLKCTL: DCKEC (DCL patter mode) set to 1 (ENable) , DCKPW = 1(DCLK pattern bit width
DCLKPTN0 set to 0xFFFF
Is there somewhere else a VCLK enable Bit I have missed ?
Thx
Ernst Parth
I have