Other Parts Discussed in Thread: UNIFLASH, MMWAVEICBOOST,
Hi,
I am modifying area_scanner lab from industrial toolbox 4.5.1 to make the custom application. I am using mmwave_sdk_03_05_00_04 and IWR6843ISK-ODS (ES2.0) with mmWaveICBOOST in debug mode. I flashed the xwr68xx_ccsdebug.bin image using Uniflash and then using jumpers changed it to debug mode.
After successfully built, I loaded .xe674 and .xer4f files in CCS, and then, when I send my modified .cfg file I receive the following output in the console:
[Cortex_R4_0] Debug: CLI is operational
Debug: Sending rlRfSetLdoBypassConfig with 0 0 0
============ Heap Memory Stats ============
Size Used Free DPCUsed
System Heap(TCMB) 110592 30968 79624 2048
L3 786176 131072 655104
localRam(TCMB) 4096 512 3584
============ Heap Memory Stats ============
Size Used Free DPCUsed
System Heap(L2) 32768 16032 16736 0
L3 786176 8192 777984
localRam(L2) 60928 15016 45912
localRam(L1) 16384 5632 10752
Starting Sensor (issuing MMWave_start)
Exception occurred in ThreadType_Task.
Task handle: 0x8003f38.
Task stack base: 0x8003f98.
Task stack size: 0x2000.
R0 = 0x00000000 R8 = 0x0801ea14
R1 = 0x21080058 R9 = 0x00000005
R2 = 0x00000090 R10 = 0x0801ffe0
R3 = 0x00000708 R11 = 0x51020000
R4 = 0x0000002c R12 = 0x00000000
R5 = 0x52080000 SP(R13) = 0x08005968
R6 = 0x0801ea25 LR(R14) = 0x00018883
R7 = 0x00000006 PC(R15) = 0x00005eee
PSR = 0x200c019f
DFSR = 0x0000000d IFSR = 0x00000000
DFAR = 0x2108005c IFAR = 0x00000000
{module#43}: line 205: error {id:0x1a0000, args:[0x5eee, 0x18883]}
xdc.runtime.Error.raise: terminating execution
Please let me understand how can I fix it.
Thank you