Other Parts Discussed in Thread: AWR6843AOP
Hi Team
I am running mmwave sdk 3.5.0.4 - xwr68xx demo on AWR6843AOP EVM - Rev F in debug mode in CCS version : 10.1.1.
When I put breakpoint in C:\ti\mmwave_sdk_03_05_00_04\packages\ti\datapath\dpc\objectdetection\objdetdsp\src\objectdetection.c under function DPC_ObjectDetection_execute. the code is terminating with below error
[Cortex_R4_0] **********************************************
Debug: Launching the MMW Demo on MSS
**********************************************
Debug: Launched the Initialization Task
Debug: mmWave Control Initialization was successful
Debug: mmWave Control Synchronization was successful
[C674X_0] Debug: DPM Module Sync is done
[Cortex_R4_0] Debug: CLI is operational
Debug: Sending rlRfSetLdoBypassConfig with 0 0 0
============ Heap Memory Stats ============
Size Used Free DPCUsed
System Heap(TCMB) 32768 27024 5744 3072
L3 786432 196608 589824
localRam(TCMB) 4096 512 3584
============ Heap Memory Stats ============
Size Used Free DPCUsed
System Heap(L2) 32768 16112 16656 0
L3 786432 8192 778240
localRam(L2) 50176 15016 35160
localRam(L1) 16384 5632 10752
Starting Sensor (issuing MMWave_start)
{module#9}: "C:\ti\mmwave_sdk_03_05_00_04/packages/ti/datapath/dpc/objectdetection/objdetrangehwa/src/objdetrangehwa.c", line 640: error {id:0x10000, args:[0x1ce3c, 0x1ce3c]}
xdc.runtime.Error.raise: terminating execution
**********************************************
The line no: 640 in objdetrangehwa.c" corresponds to
/* Check if previous frame (sub-frame) processing has completed */
DPC_Objdet_Assert(objDetObj->dpmHandle, (objDetObj->interSubFrameProcToken == 0));
When I tried putting breakpoint in objdetrangehwa.c file, the debug mode is working fine, there is no termination.
We just want to know whether it is the known issue caused from using both the core in xwr68xx pipeline? or issue contained in only SDK 3.5 ? How to resolve it?
Please let me know if in need any other details.
Regards
Darshan
-