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
Hi Justin,
on the TX, RX pins of the SC16IS740 you will receive Differential signal.
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.
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.
With Best Regards,
Jozef
perfect, thanks for the info