Hello Team,
We have a long chain connection show as below:
Main Board support i2c clock stretching. For now, 954(A)\953(A)\954(B) are ok with main board i2c read and write. But sensor and 953(B) are not.
If we directly connect CAM(sensor/953(B)) to main board 954(A), i2c read/write to sensor and 953(B) are ok, that means CAM is ok.
Here is my config for long chain 954/953:
954(A):
0x58=0x5e, //enable pass-through
0x5c=0x08, //ser alias for 953(A)
0x5d=0x32, //slave0
0x65=0x40, //slave0 alias
0x5e=0xa0, //save 1 alias
0x66=0x40, //slave 1 alias
953(A)
0x32=0x49, //enable ass-through
954(B)
0x58=0x5e, //enable pass-through
0x5c=0x40, //ser alias for 953(B)
after these setting, i2c access to 953(B) is not ok.
Am I missing something?
Best regards