Tool/software:
Hi
I'm looking for the correct settings for the Test pattern generation to mimic my sensor, inorder to check my circuitry without the sensor. The specification is as follows, and I made the register setting as follows but there is no image for my reception FPGA. Please hlep me to correct the settings, thank you…
>> RAW10, 800x800, 4 lane configuration with 200 Mbps per Lane speed
>> DS90UB954 REFCLK is 25MHz
>> DS90UB954 Mode PIN is selected CSI-2 Non Synchronous Back Channel
//Patgen Fixed Colorbar 800x800
{0x33,0x01}, // CSI0 enable
{0xB0,0x00}, // Indirect Pattern Gen Registers
{0xB1,0x01}, // PGEN_CTL /* Enable Pattern Generator */
{0xB2,0x01},
{0xB1,0x02}, // PGEN_CFG /* 8 color 5 block Pattern Generator */
{0xB2,0x35},
{0xB1,0x03}, // PGEN_CSI_DI RAW10
{0xB2,0x2B},
{0xB1,0x04}, // PGEN_LINE_SIZE1
{0xB2,0x0F},
{0xB1,0x05}, // PGEN_LINE_SIZE0
{0xB2,0xA0},
{0xB1,0x06}, // PGEN_BAR_SIZE1
{0xB2,0x00},
{0xB1,0x07}, // PGEN_BAR_SIZE0
{0xB2,0x7D},
{0xB1,0x08}, // PGEN_ACT_LPF1 for 800 pixel its 1000(0x03)
{0xB2,0x03},
{0xB1,0x09}, // PGEN_ACT_LPF0 for 800 pixel its 1000(0x20)
{0xB2,0x20},
{0xB1,0x0A}, // PGEN_TOT_LPF1 for 960 pixel its 1000(0x03)
{0xB2,0x03},
{0xB1,0x0B}, // PGEN_TOT_LPF0 for 960 pixel its 1000(0x03)
{0xB2,0xC0},
{0xB1,0x0C}, // PGEN_LINE_PD1
{0xB2,0x0C},
{0xB1,0x0D}, // PGEN_LINE_PD0
{0xB2,0x67},
{0xB1,0x0D}, // PGEN_VBP
{0xB2,0x21},
{0xB1,0x0F}, // PGEN_VFP
{0xB2,0x13}