This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TDA3XEVM: Serializer alias address

Part Number: TDA3XEVM

Tool/software: TI-RTOS

Hi,

i have four Serializers along with sensors connected to the EVM board through ub964 Deserializer. While probing the I2C connections, i am getting error as shown below. Serializer alias address 0x7A only gets probed successfully. The rest three (0x74, 0x76, 0x78) gets failed. Even though this happens, the sensor aliases are detected and the 4 camera output is obtained. 

i2cMdSubmitChan: i2c1 transfer to slave address 0x74 failed
[IPU1-0]     24.288812 s: src/bsp_deviceI2c.c @ Line 596:
[IPU1-0]     24.288903 s:  I2C1: DEV 0x74: WR 0x03 = 0xc5 ... ERROR !!!
[IPU1-0]     24.288995 s: src/bsp_deviceI2c.c @ Line 629:
[IPU1-0]     24.289086 s:  I2C1: Error timeout 0 ms!!!
[IPU1-0]     24.289147 s: src/bsputils_ub960.c @ Line 1221:
[IPU1-0]     24.289208 s: Could not configure UB913 Ser !!!
[IPU1-0]     24.290581 s: I2C1: Not Passed for address 0x76 !!!
[IPU1-0]     24.291923 s: I2C1: Passed for address 0x40 !!!
[IPU1-0]     24.292228 s:
[IPU1-0]     24.292472 s:  i2cMdSubmitChan: i2c1 transfer to slave address 0x76 failed
[IPU1-0]     24.292746 s: src/bsp_deviceI2c.c @ Line 596:
[IPU1-0]     24.292838 s:  I2C1: DEV 0x76: WR 0x03 = 0xc5 ... ERROR !!!
[IPU1-0]     24.292929 s: src/bsp_deviceI2c.c @ Line 629:
[IPU1-0]     24.293021 s:  I2C1: Error timeout 0 ms!!!
[IPU1-0]     24.293082 s: src/bsputils_ub960.c @ Line 1221:
[IPU1-0]     24.293173 s: Could not configure UB913 Ser !!!
[IPU1-0]     24.294515 s: I2C1: Not Passed for address 0x78 !!!
[IPU1-0]     24.295857 s: I2C1: Passed for address 0x40 !!!
[IPU1-0]     24.296162 s:
[IPU1-0]     24.296437 s:  i2cMdSubmitChan: i2c1 transfer to slave address 0x78 failed
[IPU1-0]     24.296529 s: src/bsp_deviceI2c.c @ Line 596:
[IPU1-0]     24.296651 s:  I2C1: DEV 0x78: WR 0x03 = 0xc5 ... ERROR !!!
[IPU1-0]     24.296742 s: src/bsp_deviceI2c.c @ Line 629:
[IPU1-0]     24.296834 s:  I2C1: Error timeout 1 ms!!!
[IPU1-0]     24.296895 s: src/bsputils_ub960.c @ Line 1221:
[IPU1-0]     24.297017 s: Could not configure UB913 Ser !!!

i appreciate your help