Other Parts Discussed in Thread: USB2ANY, ALP
I have a UB913 talking to AR0132 camera module which has a camera sensor and the deserializer.
I am able to access the local I2C registers of the serializer as well as the remote registers of the serializer (914).
But I am having trouble accessing camera sensor i2c registers which are mapped to 16-bit address space (0x3000 - 0x3FFFF).
I am using USB2ANY module connected to my laptop to act as a Host for I2C.
If I do :
print "Value = ", (board.ReadI2C(0x21, 0x3000)), the entire system has to be rebooted.
Please help as currently I cannot talk to the sensor at all. I dont know if my device ID is incorrect or the way I am addressing is incorrect.