Other Parts Discussed in Thread: ALP
Tool/software:
Hello,
I am working on the digital camera bringup using DS90UH940N-Q1 deserializer. The first step is to capture test pattern which can be configured in deserializer.
Unfortunatelly on the driver side i have CSI errors related to VC and DT, so I want to doublecheck the configuration of CSI and is it aligned with configuration of deserializer.
According to AN Exploring the Int Test Pattern Generation Feature of FPD Link III IVI Devices I want to use Internal Default Timing Configuration, so CSI parameters shall be as below:
CSI0 4 lanes
data type: RGB888
virtual channel: 0
resolution: 800x480
fps: 61.4
mipiRate per lane: 800 x 480 x 61.4 x 24 x 1.25 / 4 = 177 Mbps
Also I want to doublecheck if the desired Default Timing Configuration is properly configured. I am applying below sequence:
Deserializer is powered up and PDB pin HIGH
0x65 PGCFG -> 0x04 // PATGEN_TSEL for internal timing
0x64 PGCTL -> 0x11 // PATGEN_SEL White/Black, PATGEN_EN
After applying the sequence, I can see with the oscilloscope some activity appears on all 4 CSI lanes, however I am getting CSI errors on the driver side which I mentioned in the beggining.
Best regards,
Wojciech