Other Parts Discussed in Thread: ALP, , DS90UB953-Q1
Tool/software:
We are using the DS90UB954-Q1EVM and the ALP software. The EVM is connected to a camera with the DS90UB953-Q serializer.
I want to read registers of the camera via the ALP scripting. When I scab for connected devices, the slave address of the camera is listed.
The camera registers have 16bit addresses. The method of accessing 16bit addressed registers does not seem to work: The scope shows 8 bit to be send and the SDA line is kept low,
How do I access 16bit registers?
I tried board.ReadI2C(0x20, 0x00, [0x44]), but it does not seem to work.