Hi,
I designed a circuit using two I2C switches (PCA9543A). They are used on the same I2C line.
I know that the resistance of the pull-up resistor should be different according to I2C speed (standard or fast).
Our circuit is shown below.
I2C Master -- pull-up 10k -- PCA9543A -- pull-up 10k -- PCA9543A -- pull-up 10k -- I2C Slave
So here's a question.
On page 19 of the PCA9543A datasheet, you can see that in standard mode the resistance is about 10Kohm and the capacitance is about 100pf.
In my design, if the master or slave drives the I2C line low, three 10k ohm resistors connected in parallel would be as 3.3K ohm. This is different from the resistance according to the i2c speed shown in the datasheet.
When using multiple switches (multiple pull-up on same I2C line) like my design, how do I adjust the resistance according to the speed?
Thanks.