Skip to main content
Nilav
Associate II
October 17, 2023
Solved

ST4485EB : is it 5V compatible

  • October 17, 2023
  • 4 replies
  • 1801 views

Hi,


The ST4485EB IC mentions that it needs a 3v3 supply. How can we ensure that the A and B lines interoperate with other RS485 devices working at a 5V logic level as the datasheet mentions

Nilav_1-1697524248396.png

 



Should I just provide 5V supply to this chip so that it interoperates? Will that be ok as the datasheet says the max Vcc is rated to be 7V.

Nilav_0-1697524168920.png

Regards,
Nilav 

 

 

This topic has been closed for replies.
Best answer by Peter BENSCH

The RS485 transceivers have two sides:

  • the logic interface to the controlling MCU/MPU
  • the physical RS485 layer

RS485 operates differentially with low voltage levels and has nothing to do with the supply voltage.

Hope that helps?

Regards
/Peter

4 replies

Peter BENSCH
Peter BENSCHBest answer
Technical Moderator
October 17, 2023

The RS485 transceivers have two sides:

  • the logic interface to the controlling MCU/MPU
  • the physical RS485 layer

RS485 operates differentially with low voltage levels and has nothing to do with the supply voltage.

Hope that helps?

Regards
/Peter

Nilav
NilavAuthor
Associate II
October 17, 2023

@Peter BENSCH thanks for the response. Then is it that the supply voltage Vcc (supply) will only be responsible for the peak voltage seen on the RO and DI lines interfacing with the MCU (STM32 in this scenario)? 

On the A/B side (which interfaces with the external device i see that the A and B lines are always pulled up to 5V -  

All the schematics show this. Maybe a bit out of context, but would be really helpful why this pull up is required. 

Nilav_0-1697533260262.png

 

 

TDK
Super User
October 17, 2023

The pullup/pulldown pair is used to give the signal a known state when the chips are not powered. This avoids floating inputs when chips are in a reset state or being powered up. After the chip is powered, these are no longer needed, but of course they're still there.

Lots of RS485 receiver chips can detect open lines and will default to a high state if inputs are not connected.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Nilav
NilavAuthor
Associate II
October 17, 2023

Thanks @TDK . Appreciate the succinct response. Makes sense.