This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DS90UB954-Q1: Configuration table

Part Number: DS90UB954-Q1

Can you configure a requirement (CSI 4lan access 1280x720 @ 60, YUV422 format) configuration table according to this configuration table.

//Patgen RGB888 1280x720p30 Fixed 8 Colorbar

{0xB0, 0x00},// Indirect Pattern Gen Registers

{0xB1, 0x01},// PGEN_ CTL

{0xB2, 0x01},

{0xB1, 0x02},// PGEN_ CFG

{0xB2, 0x33},

{0xB1, 0x03},// PGEN_ CSI_ DI

{0xB2, 0x24},// RGB888


{0xB1, 0x04},// PGEN_ LINE_ SIZE1 1280

{0xB2, 0x0F},

{0xB1, 0x05},// PGEN_ LINE_ SIZE0

{0xB2, 0x00},


{0xB1, 0x06},// PGEN_ BAR_ SIZE1 color bar

{0xB2, 0x01},

{0xB1, 0x07},// PGEN_ BAR_ SIZE0

{0xB2, 0E0},


{0xB1, 0x08},// PGEN_ ACT_ LPF1 720

{0xB2, 0x02},

{0xB1, 0x09},// PGEN_ ACT_ LPF0

{0xB2, 0xD0},


{0xB1, 0x0A},// PGEN_ TOT_ LPF1 800

{0xB2, 0x03},

{0xB1, 0x0B},// PGEN_ TOT_ LPF0

{0xB2, 0x20},


{0xB1, 0x0C},// PGEN_ LINE_ PD1 //30pfs

{0xB2, 0x10},

{0xB1, 0x0D},// PGEN_ LINE_ PD0

{0xB2, 0x47},


{0xB1, 0x0E},// PGEN_ VBP

{0xB2, 0x21},

{0xB1, 0x0F},// PGEN_ VFP

{0xB2, 0x0A},

  • Hi Tony, 

    Thanks for your question. Are you asking for your attached script to be reconfigured from RGB888 1280x720p30 to 1280x720 @ 60, YUV422?

    Regards, 

    Logan

  • Yes, you are right. Please help me configure this requirement. Thank you!

  • Hi Tony,

    I have edited the script. In this script, I have changed the input to YUV422 from RGB888 and to 60fps from 30 fps.

    //Patgen RGB888 1280x720p60 Fixed 8 Colorbar
    
    {0xB0, 0x00},// Indirect Pattern Gen Registers
    
    {0xB1, 0x01},// PGEN_ CTL
    
    {0xB2, 0x01},
    
    {0xB1, 0x02},// PGEN_ CFG
    
    {0xB2, 0x33},
    
    {0xB1, 0x03},// PGEN_ CSI_ DI
    
    {0xB2, 0x1F},// YUV422
    
    
    {0xB1, 0x04},// PGEN_ LINE_ SIZE1 1280
    
    {0xB2, 0x0F},
    
    {0xB1, 0x05},// PGEN_ LINE_ SIZE0
    
    {0xB2, 0x00},
    
    
    {0xB1, 0x06},// PGEN_ BAR_ SIZE1 color bar
    
    {0xB2, 0x01},
    
    {0xB1, 0x07},// PGEN_ BAR_ SIZE0
    
    {0xB2, 0E0},
    
    
    {0xB1, 0x08},// PGEN_ ACT_ LPF1 720
    
    {0xB2, 0x02},
    
    {0xB1, 0x09},// PGEN_ ACT_ LPF0
    
    {0xB2, 0xD0},
    
    
    {0xB1, 0x0A},// PGEN_ TOT_ LPF1 800
    
    {0xB2, 0x03},
    
    {0xB1, 0x0B},// PGEN_ TOT_ LPF0
    
    {0xB2, 0x20},
    
    
    {0xB1, 0x0C},// PGEN_ LINE_ PD1 //60pfs
    
    {0xB2, 0x51},
    
    {0xB1, 0x0D},// PGEN_ LINE_ PD0
    
    {0xB2, 0x61},
    
    
    {0xB1, 0x0E},// PGEN_ VBP
    
    {0xB2, 0x21}, //33
    
    {0xB1, 0x0F},// PGEN_ VFP
    
    {0xB2, 0x0A}, //10

    Respectfully,

    William