Post Go back to editing

ADV7343 Progressive Mode settings

Hello,
I am working on ADV7343 encoder IC

Initially I configured the register set of ADV7343 IC for interlaced video for resolution 720*576 @25I
Pixel clock = 13.5MHz
CLKIN_A = 27MHz
The input to the encoder chipset is 16-bit YCrCb input in SD mode and output from the DAC is CVBS
The following main register of ADV7343 was configured to:-
0x88 = 0x08 //16-bit YCrCb input
0x02 = 0x60 //Sync output 
0x8A = 0x0C //timing mode

Hsync and VSync both are active low signal
The expected output was observed

Now If I need progressive video output from the encoder chip for resolution 720*576 @50P
Pixel clock = 27MHz
CLKIN_A = 27MHz
The input to the encoder chipset is 16-bit YCrCb input in SD mode and output from the DAC is CVBS, then with respect to above register set configuration the change will be only in the register set 0x88,bit 1 for the progressive mode.
0x88 = 0x0A
Hsync and VSync both are active low signal
The expected output is not observed, shift is observed at the output


Is there any other register set configuration to be done for progressive?

Thanks & Regards,
Arpitha

Parents Reply
  • Hello,

    I have enabled the internal test pattern of the encoder ADV7343 IC

    This are the following configurations done:-

    {0x56,0x17,0x02},
    {0x56,0x00,0xFC},
    {0x56,0x02,0x10},
    {0x56,0x82,0xC0},
    {0x56,0x84,0x40},
    {0x56,0x8C,0xCB},
    {0x56,0x8D,0x8A},
    {0x56,0x8E,0x09},
    {0x56,0x8F,0x2A},

    The color bar should be white, yellow, cyan, green, pink, red, blue, black

    But i am observing the following attached test patterns from DAC 4 (CVBS) and RGB from DAC 1,2,3

    because of the display size the white color is not seen, but in DAC 4 we are not able to get the expected

    color

    Thanks & Regards,

    Arpitha

      (1)From DAC4

    (2)From DAC 1,2 and 3

Children