I have an application where I have 8 identical I2C devices that I cannot change the address on. I need to talk to all 8 in sequence and considering a 1:8 MUX. I'm pondering if I need to MUX both the SCL and SDA lines.
If I mux only the SCL line so only the one I'm talking to sees the clock, but all of them see the activity on SDA would the device care.
I wouldn't think so because technically it should "see" the activity on the SDA without a SCL line toggling.
Just wanted to confirm.
thanks