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.

Floating inputs on SN65HVD53DR

Hi, I need to know if the differential inputs to SN65HVD53DR can be left floating without causing any issue. Currently, we have a 3.3 kohm pull-up resistor at the R pin of the transceiver and the differential input is connected to a cable that could be unplugged on the other end of the cable by human error. I am unable to find any sort of truth table in the datasheet to see what happens in case of floating inputs.

  • Hi Rohit,

    If the receiver is enabled (/RE pin low), then the R output will be high whenever the differential input voltage (i.e., the voltage at the A pin minus the voltage at the B pin) is greater than VIT+, which is specified to be -20 mV (maximum). The R output would be low whenever the differential input voltage is below VIT-, which is specified to be -200 mV (minimum). In the case of a disconnected cable, you would typically expect a differential voltage close to 0 V as long as there are no other external circuits pulling the A or B signals up or down asymmetrically. So, in this case you would expect a high-level output from the R pin. If there is a large amount of differential noise present at the A/B terminals, though, there is a possibility of unintended toggling of the R output if the VIT- threshold is exceeded. This could be avoided by using a large-valued pull-up resistor on the A line and a large-valued pull-down resistor on the B line.

    If the receiver is disabled (/RE pin high), then the R output will remain high impedance regardless of conditions on the A and B pins. Since you have this pin pulled up externally, the voltage on the R net would be high.

    Let me know if you have any other questions.

    Regards,
    Max
  • That is all I needed to know. Thank you. I tested this in a prototype circuit and it works as expected.