Hello All,
Currently, I2C based EEPROM ICs are available with 3 bit slave addressing options.
Hence, we can connect maximum 9 EEPROM ICs in the bus.
How to connect 10 no of EEPROM ICs in the I2C bus? Is this possible?
Regards,
S.Saravanakumar
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello All,
Currently, I2C based EEPROM ICs are available with 3 bit slave addressing options.
Hence, we can connect maximum 9 EEPROM ICs in the bus.
How to connect 10 no of EEPROM ICs in the I2C bus? Is this possible?
Regards,
S.Saravanakumar
Hello S.Saravanakumar,
Typically people will use a MUX to connect to devices that have the same address and simply switch between channels to either write or read. Additionally it helps distribute capacitive loading which is helpful to stay within the 400pF requirement outlined in the I2C specifications. Here is the datasheet for a 2 channel mux, we have mux that have up to 8 channels.
http://www.ti.com/lit/ds/symlink/tca9543a.pdf
-Francis Houde