SC16IS740 : I2C to RS485 bridge design question

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SC16IS740 : I2C to RS485 bridge design question

365 Views
zjustin
Contributor I

Hi Gurus

I am trying to build an I2C to RS485 communication adapter. so my MCU I2C port can be used to communicate with an RS485 industrial sensor device. (MCU as master). 

thinking of using this SC16IS740 chip. is the following architecture correct?
do I need the MAX485 chip? 
do I need another crystal clock to connect to SC16IS740 ?

MCU <-> SC16IS740 <-> MAX485 <-> RS-485 industrial sensor

0 Kudos
Reply
2 Replies

346 Views
JozefKozon
NXP TechSupport
NXP TechSupport

Hi Justin,

on the TX, RX pins of the SC16IS740 you will receive Differential signal. 

JozefKozon_0-1716795460868.png

You need to a transceiver, like the MAX485 to transfer it to unipolar signal referenced to GND. And wise versa, transfer unipolar signal to differential signal. 

JozefKozon_1-1716795757964.png

Yes, you need to either use a Crystal connected between XTAL1 and XTAL2, or you can use an external clock connected to XTAL1. XTAL2 can then be used as Clock output.

JozefKozon_2-1716796651823.png

With Best Regards,

Jozef

320 Views
zjustin
Contributor I

perfect, thanks for the info