Other Parts Discussed in Thread: AWR2944, UNIFLASH
Tool/software:
I tried importing the AWR294x "High End Corner Radar" CCS example code from the resource explorer. Based on the instructions from the User guide,
1) The AWR2944 device is flashed using the pyscript "uart_uniflash.py" , the required python libraries are also imported.
2) I am able to compile (with no errors), run and load the program to the target (both mss and dss) using CCS (mcuplus SDK for AWR2944). The helloworld example project works fine and able to get the output in the terminal (COM Port is functional)
Issue :
Post connecting the targets (Cortex R5_0 and C66x_DSP), I am encountering an mmWaveStart_Sensor issue (refer to the attached image)
Adding the Status log from the console (also highlighted in the image below):
[Cortex_R5_0] **********************************************
Debug: Launching the MMW Demo on MSS
**********************************************
Debug: Launched the Initialization Task
BSS is powered up...
Debug: mmWave Control Initialization was successful
Debug: mmWave Control Synchronization was successful
============ Heap Memory Stats ============
Size Used Free DPCUsed
System Heap(L2) 9128 8296 832 0
L3 2326528 1679904 646624
localRam(L2) 92160 89856 2304
[C66xx_DSP] HWA Triggered!
[Cortex_R5_0] Starting Sensor (issuing MMWave_start)
Error: mmWave Start failed [mmWave Error: -3122 Subsys: 123]
ASSERT: 0.974218s: ../demo/mss/mss_main.c:MmwDemo_startSensor:3617: 0 failed !!!
Please help me in handling this.
Regards,
Deepan