Hi all,
I just want to make sure I am interpreting the data sheet for this device correctly as I am having trouble talking to its attached devices. I wish to talk to devices attached to the chip that also require a start condition and acks (like any i2c device)
I am able to communicate with the chip and set the channel but I need to make sure my procedure after that point is correct.
I have:
Start Condition
pca9548a address
wait for ack
control register address
wait for ack
Stop Condition
Start Condition
Attached device address
wait for ack from the attached device
device data points
wait for ack from the attached device
stop condition
and that whole sequence is repeated. Is this the correct way to address a device attached to the i2c multiplexer?
Thanks much.