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.

ISO3082: hardware issus

Part Number: ISO3082

Hi TI expert

MCU data is sent to ISO3082 through UART3_TXD. After data is sent, DIR3 changes from high level to low level and switches to RX mode.
You will find that UART3_RXD has some abnormal data (485_1_B and 485_1_B have no data).
If you switch directions after 50ms, there is no abnormal data.
Is this phenomenon normal? How can we solve this problem

  • Hello Albert,

    Thank you for reaching out. It looks like the DE transitions low at the exact same time that the TX data transmission ends. I suspect that the device is switching to receive mode before too soon and the signal is just finishing on the bus as a result of the propagation delay. 

    I would recommend waiting to switch modes until after about 3us (this is 2*Tplh(max)). 

    I hope this helps. 

    Best,
    Andrew