Hi mmw team,
We use a oobdemo lab based firmware in our customised IWR6843aop radar device.
- mmwave_sdk_03_06_00_00-LTS
- XDCtool 3.61.2.27
I have added a auto start task to bypass CLI and start the radar sensor. However, I am getting xdc.runtime.error after MmwDemo_startSensor:
MMWave_flushCfg ok [0] myconfig initialize ok [0] MmwDemo_openSensor ok [0] ========== Memory Stats ========== Size Used Free DPCUsed System Heap(TCM) 65536 49792 15744 1024 L3 786432 36864 749568 TCM 50176 24728 25448 MmwDemo_configSensor ok [0] Starting Sensor (issuing MMWave_start) MmwDemo_startSensor ok [0] {module#56}: line 99: error {id:0x10000, args:[0x43d98, 0x43d9c]} xdc.runtime.Error.raise: terminating execution
I'm just wondering how to interpret the XDC tool error message. For example, how do I know what module #56 is (which file)? So that I can find my firwmare bug it would be good to understand what this means.
thanks