Part Number: TDA3XEVM
Tool/software: TI-RTOS
HI,
We are using TDA3X , rear view panorama usecase in VisionSDK3.1. We are observing the following error.
[IPU1-0] 20.490117 s: i2cMdSubmitChan: i2c1 transfer to slave address 0x40 failed
[IPU1-0] 20.490209 s: src/bsp_deviceI2c.c @ Line 667:
[IPU1-0] 20.490300 s: I2C1: DEV 0x40: ERROR !!!
[IPU1-0] 20.490392 s: src/bsp_deviceI2c.c @ Line 689:
[IPU1-0] 20.490483 s: I2C1: Error timeout 255 ms!!!
This is also in regard with the query i had posted in the below link. Unfortunately it got locked.
https://e2e.ti.com/support/arm/automotive_processors/f/1021/t/647542?tisearch=e2e-sitesearch&keymatch=RTOS%2FTDA3XEVM%3A%20SENSOR%20ERROR#pi320098=2
We tried reading the 0X4D register of deserializer to ensure whether the data is getting locked. We observed the below reads.
The 0th bit is getting set. Following were the observed values.
0x4D = 0x13
0x4D = 0x53
0x4D = 0x93
0x4D = 0xd3
But the LOCK_STS_CHG bit is getting set indicating that there is a change in LOCK_STS. Is that because we are getting this error?