Hi all,
From the datasheet and the application document I2C Communication Over FPD-Link III with Bidirectional Control Channel, I can easily calculate I2C effective rate of DS90UB960.
For example, my local host i2c rate is 1MHz, remote i2c rate is 400KHz.
Effective rate = 9bit / (9us + 22.5us + 1us + 9us) = 219.5kbit/s
But there is a question, if I use dual I2C ports with the same configuration. is the effective rate (219.5kbit/s) shared by two I2C ports or per I2C port can supports the effective rate(219.5kbit/s)?