Part Number: DS90UB954-Q1
Expert,
The connection is Camera->953->954->Host(I2C master). Now host can access 954, 953 through I2C successfully. But Host cannot access Camera(I2C remote slave ) through I2C.
The relevant register setting is :
1. 0x5d set to 0xF4 // Slave ID(Camera physical I2C address) 0xF4>>1
2. 0x65 set to 0x96 // Slave Alias 0x96>>1
3.0x58 set to 0x5E // enable I2C pass through
Then host access I2C address 0x96>>1 but failed.
Is there any suggestion on this?
Great thanks