Hi team,
We are using TI954 working with TI953. Here is the connection:
Sensor--->TI953---->TI954
Sensor output data using mipi, and TI953 get data correctly, for we have read the register from 0x5c to 0x60 in TI953, it's all 0x00.
But we have problem in TI954, 0x4a=0x0c, 0x7a=0x0c. It shows that TI954 got CSI error, and the reason is LENGTH_ERR & CKSUM_ERR.
Here is the setting for 954:
0x01,0x03
0x1f,0x02
0x33,0x03
0x20,0x30
0x4c,0x01
0x58,0x5e
0x5c,0x08
0x6d,0x7c
0x70,0x1e
Here is the setting for 953:
0x01,0x03
0x02,0x33
I'm confused that 953 is receving data correctly, but 954 is not. Any idea for how to debug such problem?
Best regard