Question
how to connect more than 2 chips over I2C ?
I have custom board with 4 chips, communicating over I2C. The problem is that I cannot have 4 chips talking to each other.
I can only communicate between 2 chips. As soon as I enable I2C on third chips the communication stops.
One is setup as master transmit the rest as slave receive. My guess maybe it is something do to with CLK line as soon as the 3rd or 4th is enabled.