SNLA493 August   2025 DS90UB935-Q1 , DS90UB960-Q1

 

  1.   1
  2.   Introduction
  3. 1Diagnostic mechanisms
    1. 1.1 Link lock detection
    2. 1.2 Video pass detection
    3. 1.3 Enable or disable RX forwarding
    4. 1.4 Clear the deserializer error status register
    5. 1.5 Disable DFE module
    6. 1.6 Reset SER/Sensor configuration and enable DFE module
  4. 2Flow chart of the system hot swap mechanism
  5. 3Reference codes
  6. 4References

Video pass detection

The deserializer may set the video pass criteria via register 0x7D and determine whether valid video has been received through register 0x4D bit1. This document takes “0x7D set to 0x33” as an example (video pass is set to 1 after the deserializer receives stable resolution images and 3 frames of data).

board.WriteI2C(DesAddr,0x4c,0x01/12/24/38) # Select RX0/1/2/3

board.WriteI2C(DesAddr,0x7D,0x33) # disable watchdog and set pass threshold

check if 0x4D bit 1 is 1 and determine if video pass