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.

DS90UB962-Q1: No video output

Part Number: DS90UB962-Q1

Hi team,

could you help with this problem, please refer to the below E2E

https://e2e.ti.com/support/interface-group/interface---internal/f/interface---internal-forum/1353029/ds90ub962-q1-how-to-close-signal-on-csi-2-port-1

customer have set this, but there are no video output.

  • Hi Alfie,

    In the screenshot provided here, we would recommend 0x20 to be written to 0x00, not 0x01. The recommended flow for this initialization is the following: 

    board.WriteI2C(devAddr,0x32,0x01)

    board.WriteI2C(devAddr,0x21,0x01)

    board.WriteI2C(devAddr,0x33,0x01)

    board.WriteI2C(devAddr,0x20,0x00)

    board.WriteI2C(devAddr,0x32,0x02)

    board.WriteI2C(devAddr,0x33,0x00)

    Would you be able to provide a register dump of the UB962 while this issue is being observed? 

    Best,

    Zoe