Dear E2E forum participants,
I would like to use the components DS90UB913(I2C master) and DS90UB914 (I2C slave) to realize an I2C communication via a twisted pair cable from the I2C master via the I2C slave to an EEPROM.
In addition to I2C communication, other IO signals are also transmitted.
As far as I have read in the AN SNLA222, communication to the external EEPROM (e.g. 0x50) should be possible:
Slave ID --> 0xA0 (0x50<<1) EEPROM I2C address
Slave alias --> 0xA0 (0x50<<1) EEPROM I2C address
I2C Pass Through --> 1 (default)
I2C Pass Through All --> 0 (default)
Could you please confirm whether it should be possible to read and write to the EEPROM as I suspected?
My next question relates to setting the slave ID and the slave alias. As far as I understand it, the registers are volatile and have to be set anew with every power up. Is this correct? Or is there a possibility that the registers are written once, e.g. in production, and then remain fixed and do not have to be rewritten with every power up?
Thank you very much for your support!
Best regards,
Tobias