Part Number: TDA3
Tool/software: TI-RTOS
Hi,
We use PROCESSOR_SDK_VISION_03_00_00_00 on TDA3 device.
And we modify OV10640 sensor driver to fit OV9716.
When we change ispOpMode to "ISSM2MISP_LINK_OPMODE_2PASS_WDR" with default DCC table (OV10640DCC_CFG in ov10640_dcc.h), we can get image from sensor.
When we use new DCC table(generated by DCC tuning tool ver. 2.1) as attached file to replace the default DCC table, we got assert error as below.
We trace error and found the function "dcc_update()" in "dcc_ti.c" will return (-1).
Due to "dcc_update()" is a library , we don't know what happen in this function.
Could you help to check it ?
Thank you.
Error log:
[IPU1-0] Enter Choice:
[IPU1-0]
[IPU1-0] 9.656621 s:
[IPU1-0] 9.680656 s: ISSCAPTURE: Create in progress !!!
[IPU1-0] 9.779113 s: UTILS: DMA: Allocated CH (TCC) = 48 (48)
[IPU1-0] 9.779235 s: UTILS: DMA: 0 of 1: Allocated PaRAM = 48 (0x63304800)
[IPU1-0] 9.779509 s: ISSCAPTURE: Create Done !!!
[IPU1-0] 9.779723 s: ISSM2MISP: Create in progress !!!
[IPU1-0] 9.987159 s: UTILS: DMA: Allocated CH (TCC) = 49 (49)
[IPU1-0] 9.987250 s: UTILS: DMA: 0 of 1: Allocated PaRAM = 49 (0x63304820)
[IPU1-0] 10.003873 s: ISSM2MISP: Create Done !!!
[IPU1-0] 10.004117 s: ALGORITHM: Create in progress (algId = 3) !!!
[IPU1-0] 10.031842 s: ALGORITHM: Create Done (algId = 3) !!!
[IPU1-0] 10.031995 s: DISPLAY: Create in progress !!!
[IPU1-0] 10.032513 s: DISPLAY: Create Done !!!
[IPU1-0] 10.032879 s: GRPXSRC: Create in progress !!!
[IPU1-0] 13.376410 s: GRPXSRC: Create Done !!!
[IPU1-0] 13.376776 s: DISPLAY: Create in progress !!!
[IPU1-0] 13.377203 s: DISPLAY: Create Done !!!
[IPU1-0] 13.377356 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1022
[IPU1-0] 13.377508 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 262144 B (256 KB), Free size = 159024 B (155 KB)
[IPU1-0] 13.377691 s: SYSTEM: Heap = SR_OCMC @ 0x00000000, Total size = 0 B (0 KB), Free size = 0 B (0 KB)
[IPU1-0] 13.377813 s: SYSTEM: Heap = SR_DDR_CACHED @ 0x85703000, Total size = 369086464 B (351 MB), Free size = 346941440 B (330 MB)
[IPU1-0] 13.377996 s: SYSTEM: Heap = SR_DDR_NON_CACHED @ 0xbfe00000, Total size = 1046784 B (0 MB), Free size = 1039104 B (0 MB)
[IPU1-0] 13.381931 s: ********** LDC Optimization **************
[IPU1-0] 13.382083 s: gIspTrafficOnNrt2 = 1
[IPU1-0] 13.382114 s: lumeIntrType(0:bicubic,1:bilinear) = 1
[IPU1-0] 13.382205 s: ******************************************
[IPU1-0] 13.382327 s: QSPI Read Started, please wait!
[IPU1-0] 13.382510 s: QSPI Read Completed Sucessfully
[IPU1-0] 13.383334 s: CHAINS: DCC Tag ID check failed for QSPI
[IPU1-0] 13.383608 s: CHAINS: Using DCC Profile from Driver
[IPU1-0] 13.387329 s: Assertion @ Line: 385 in D:/AUTO_FW/PROCESSOR_SDK_03_00_00_00/vision_sdk/apps/src/rtos/iss/src/common/iss_utils.c: 0 == status : failed !!!
[IPU1-0] 13.388854 s: *** UTILS: CPU KHz = 20000 Khz ***
[IPU1-1] 13.378728 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023
[IPU1-1] 13.378850 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 262144 B (256 KB), Free size = 231720 B (226 KB)
[DSP1 ] 13.379277 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023
[DSP1 ] 13.379308 s: SYSTEM: Heap = LOCAL_L2 @ 0x00800000, Total size = 227264 B (221 KB), Free size = 227264 B (221 KB)
[DSP1 ] 13.379369 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 524288 B (512 KB), Free size = 519432 B (507 KB)
[DSP2 ] 13.379643 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023
[DSP2 ] 13.379704 s: SYSTEM: Heap = LOCAL_L2 @ 0x00800000, Total size = 227264 B (221 KB), Free size = 227264 B (221 KB)
[DSP2 ] 13.379765 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 524288 B (512 KB), Free size = 519432 B (507 KB)
[EVE1 ] 13.380467 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023
[EVE1 ] 13.380741 s: SYSTEM: Heap = LOCAL_L2 @ 0x40020000, Total size = 22528 B (22 KB), Free size = 22528 B (22 KB)
[EVE1 ] 13.381290 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 262144 B (256 KB), Free size = 257328 B (251 KB)
https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/dcc.7z