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/TDA2PXEVM: Issue in adding a new code in iss single channel usecase on psdk 3.03 on TDA2px-EVM

Part Number: TDA2PXEVM
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

Hello All,

We are working to add EEPROM read/write support for TDA2PX-EVM . We are using psdk3.03 with sysbios all configuration. The build environment is ubuntu 16.04.

Using BSP functions (similar to what is used in ..\packages\ti\drv\vps\src\boards\src\bsp_boardTda2xx.c to read board revision) we have developed a wrapper around EEPROM read functionalities using I2C (i2c instance BSP_DEVICE_I2C_INST_ID_0 and slave address 0x50. The new source file is kept in drv folder and accessed from our use case  single channel ISS capture Display

The same has been tested on psdk3.02 in sdcard boot as well as using binaries over CCS and it is working fine.

But when same is ported for psd3.03, we are seeing message as 

[IPU1-0] 86.956536 s: CHAINS: Using DCC Profile from Driver
[IPU1-0] 86.967272 s: *** UTILS: CPU KHz = 20000 Khz ***
[IPU1-0] 87.042243 s: Setting Camera Power to 3!!!
[IPU1-0] 87.042335 s: Waiting for 100 milliseconds!!!
[IPU1-0] 87.142255 s: Serilaizer # 0 has I2CAddr 74 !!!
[IPU1-0] 87.159336 s:
[IPU1-0] 87.159641 s: i2cMdSubmitChan: i2c4 transfer to slave address 0x74 failed
[IPU1-0] 87.159732 s: src/bsp_deviceI2c.c @ Line 580:
[IPU1-0] 87.159854 s: I2C4: DEV 0x74: WR 0x07 = 0x28 ... ERROR !!!
[IPU1-0] 87.159946 s: src/bsp_deviceI2c.c @ Line 602:
[IPU1-0] 87.160037 s: I2C4: Error timeout 1 ms!!!
[IPU1-0] 87.160098 s: Could not configure serializer !!!
[IPU1-0] 87.160159 s: Failed to initialize the serializer on camera # 0!!!

after completing capture setting for sensor used OV2775 Sensor 1080p30 - TIDA00113 and when we try to run the use case.

Am I missing some thing here?

Please reply

regards

Hrishikesh