I have a question about SN65DP159RSB.
We have received an answer previously with this title and it was carried out. (Output stop)
Contents
Perform the following work.
Write 0xF0 to 0x10 of page 1.
Stop the output on the Tx side.
{0xFF, 0x01}, // Select Page 1
{0x10, 0xF0}, // Disable all Tx Lanes
{0xFF, 0x00}, // Select Page 0
However, although I wrote to register 0xF0 in the register, the output did not stop.
In addition, we confirmed the following.
· 0x0F in signal output state
· After reading 0xF0, reading it again gets 0x0F
· When the cable is not connected, 0XF0
As a result, the output is automatically set, and in order to change here
It is necessary to switch to manual setting mode.
Is this content correct?