I am trying to bring up a new DS90UB914A-Q1 deserializer board.
on IDX[0], the resistor divider is a 1.8V-10K-IDX[0]-100K-GND divider
on IDX[1] the resistor divider is a 1.8V-10K-IDX[1]-0-GND divider
So from datasheet my I2C 7 bit address should be 0x63 (when transmited as 8 bits, it will be 0xC6)
I hooked up logic analyzer (which has I2C analyzer)
I see the 0xC6 being transmittedas expected , but I never receive a ACK from the deserializer chip (always a NAK)
Is the I2C bus always active, or are there certain conditions with other pins that must be met for I2C too begin to work?