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: STOP CHAIN

Part Number: TDA3XEVM

Tool/software: TI-RTOS

Hi,

I am using VisionSdk 3.1.

I am not able to run the stop chain in the usecases. I tried with rear view panorama usecase, where after i entered for stop chain i got the below output on console.

[IPU1-0]  ====================
[IPU1-0]  Chains Run-time Menu
[IPU1-0]  ====================
[IPU1-0]  
[IPU1-0]  0: Stop Chain
[IPU1-0]  
[IPU1-0]  1: Change Display Channel (Support 4CH LVDS + Mosaic use-case only)
[IPU1-0]  
[IPU1-0]  p: Print Performance Statistics
[IPU1-0]  
[IPU1-0]  
[IPU1-0]  
[IPU1-0]  Enter Choice:
[IPU1-0]  
[IPU1-0]     19.063868 s:  DISPLAY: Stop in progress !!!
[IPU1-0]     19.063990 s:  DISPLAY: Stop Done !!!

I had tested with ISS usecase, Surround 3d view and also with single cam view. I got the below assertion error

IPU1-0]  Enter Choice:
[IPU1-0]  
[IPU1-0]     19.578112 s:  DISPLAY: Stop in progress !!!
[IPU1-0]     19.578204 s:  DISPLAY: Stop Done !!!
[IPU1-0]     20.010065 s:  DISPLAY: Stop in progress !!!
[IPU1-0]     20.010156 s:  DISPLAY: Stop Done !!!
[IPU1-0]     20.010309 s:  ALGORITHM: Stop in progress (algId = 3) !!!
[IPU1-0]     20.010370 s:  ALGORITHM: Stop Done (algId = 3) !!!
[IPU1-0]     20.010492 s:  DISPLAY: Stop in progress !!!
[IPU1-0]     20.010583 s:  DISPLAY: Stop Done !!!
[IPU1-0]     20.010736 s:  ALGORITHM: Stop in progress (algId = 6) !!!
[IPU1-0]     20.010858 s:  ALGORITHM: Stop Done (algId = 6) !!!
[IPU1-0]     20.011010 s:  ISSCAPTURE: Stop in progress !!!
[IPU1-0]     20.011132 s:  ISSCAPTURE: Stop Done !!!
[IPU1-0]     20.011224 s:  DISPLAY: Delete in progress !!!
[IPU1-0]     20.011346 s:  DISPLAY: Delete Done !!!
[IPU1-0]     20.022753 s:  GRPXSRC: Delete in progress !!!
[IPU1-0]     20.023302 s:  GRPXSRC: Delete Done !!!
[IPU1-0]     20.023455 s:  DISPLAY: Delete in progress !!!
[IPU1-0]     20.023577 s:  DISPLAY: Delete Done !!!
[IPU1-0]     20.023699 s:  ISSM2MSIMCOP: Delete in progress !!!
[IPU1-0]     20.025132 s:  UTILS: DMA: Free'ed CH (TCC) = 50 (50)
[IPU1-0]     20.025407 s:  ISSM2MSIMCOP: Delete Done !!!
[IPU1-0]     20.025681 s:  ALGORITHM: Delete in progress (algId = 3) !!!
[IPU1-0]     20.027298 s:  ALGORITHM: Delete Done (algId = 3) !!!
[IPU1-0]     20.027481 s:  DISPLAY: Delete in progress !!!
[IPU1-0]     20.027603 s:  DISPLAY: Delete Done !!!
[IPU1-0]     20.027725 s:  ISS Resizer: Delete in progress !!!
[IPU1-0]     20.029372 s:  ISS Resizer: Delete Done !!!
[IPU1-0]     20.029646 s:  ALGORITHM: Delete in progress (algId = 6) !!!
[IPU1-0]     20.029982 s:  ALGORITHM: Delete Done (algId = 6) !!!
[IPU1-0]     20.030134 s:  ISSM2MISP: Delete in progress !!!
[IPU1-0]     20.031537 s:  UTILS: DMA: Free'ed CH (TCC) = 49 (49)
[IPU1-0]     20.031659 s:  ISSM2MISP: Delete Done !!!
[IPU1-0]     20.031842 s:  ISSCAPTURE: Delete in progress !!!
[IPU1-0]     20.032422 s:  UTILS: DMA: Free'ed CH (TCC) = 48 (48)
[IPU1-0]     20.032544 s:  ISSCAPTURE: Delete Done !!!
[IPU1-0]     20.286829 s:
[IPU1-0]     20.287134 s:  i2cMdSubmitChan: i2c1 transfer to slave address 0x40 failed
[IPU1-0]     20.287226 s: src/bsp_deviceI2c.c @ Line 668:
[IPU1-0]     20.287317 s:  I2C1: DEV 0x40: ERROR !!!
[IPU1-0]     20.287378 s: src/bsp_deviceI2c.c @ Line 690:
[IPU1-0]     20.287470 s:  I2C1: Error timeout 254 ms!!!
[IPU1-0]     20.287531 s:  Assertion @ Line: 361/PROCESSOR_SDK_VISION_03_01_00_00/vision_sdk/apps/src/rtos/iss/src/common/app_util_iss.c: 0 == status : failed !!!
[IPU1-0]     20.288446 s:  Assertion @ Line: 361PROCESSOR_SDK_VISION_03_01_00_00/vision_sdk/apps/src/rtos/iss/src/common/app_util_iss.c: 0 == status : failed !!!


Could someone help me through this. Also i am getting this 0X40 device failed error for long time. I had raised this issue in another thread, but couldn't solve it yet. It is the alias address of sensor 1. However the video is working as we had removed the assertion part in the start chain.