Tool/software:
Using DS90UH925Q-Q1 720p 24-bit Color FPD-Link III Serializer with HDCP, we noticed an undefined behavior when the following steps were executed:
* Scenario #1:
- Writing to the reset register (0x01) a value of (0x03) which sets the first 2 bits (Digital reset 0 and digital reset 1), then trying to read any other register; for example: ( Configuration [0] :0x03 with default value of 0xD2 and our we configured it with 0xD3 according to our project need), we find the value of the register is back to its default value as expected.
* Scenario #2:
- Writing to the reset register (0x01) a value of (0xFF) which sets all the register bits including the reserved ones, after that when we try to read any register; for example: ( Configuration [0] :0x03), we find the value of the register is 0x00 not even the default value.
We need to understand what happens when we write 0xFF to the reset register because all other registers became unresponsive after that.
Thank you.