Dear Paulina,
thank you for response, but SC16IS752 will not work in my application according to its datasheet it says i2c is SLAVE only.
I need to control I2C ADC through RS485 bus. So I designed following design:
MCU > RS485 > SC18IM700 as I2C master > I2C > ads1115 ADC
Idea is to build dumb ADC nodes on RS485 bus (nodes without MCU).
Question was if this will work with more SC18IM700 on bus because I cannot see any facility to address each of them separately. If all will receive packets and convert them to I2C them I'm ok too, because I2c is addressed so I can filter traffic on I2C slaves by their addresses.