Hello
we are debugging a board with DS90UB933 serializer (coupled with DS90UB934 deserialized) and we are facing problems using "PLL lock to PIXCLK". First we have to say that with external oscillator (32MHZ) on DES side we correctly receive 48 MHZ and LOCK is stable. Also on DES side we check REGS 0x55 and 0x56 and we found 0 errors.
After this test, we want to switch to PIXCLK mode. Our configuration is configured with MODE=ExternalOscillator (in GPO3) using resistors, but via I2C regs we set the following:
REG 0x3: 0xC2
REG 0x35: 0x0
With these configuration, we are still able to set the GPO from DES to SER, but DES does not receive nothing by SER (LOCK pin on DES blinks). Also we see that on SER side
REG 0xC: 0x7
That means "DES Error"
What is the right procedure to use directly the PIXCLK from sensor as reference? Have we to configure others registers?