Other Parts Discussed in Thread: MMWAVE-SDK
Tool/software: Code Composer Studio
I have a problem that has been bothering me for a long time. When I debug the 1642 demo in CCS environment, if the program stops at the breakpoint and then returns to work, it will exit the sys/bios, like this:
**********************************************
Debug: Launching the Millimeter Wave Demo
**********************************************
Debug: MMWDemoMSS Launched the Initialization Task
Debug: MMWDemoMSS mmWave Control Initialization was successful
[C674X_0] Debug: MMWDemoDSS mmWave Control Initialization succeeded
[Cortex_R4_0] Debug: CLI is operational
[C674X_0] Debug: MMWDemoDSS Data Path init succeeded
Debug: MMWDemoDSS initTask exit
[Cortex_R4_0] Sensor has been stopped
Debug: MMWDemoMSS Received CLI sensorStart Event
[C674X_0] Heap L1 : size 16384 (0x4000), free 4096 (0x1000)
Heap L2 : size 49152 (0xc000), free 35592 (0x8b08)
Heap L3 : size 917504 (0xe0000), free 770048 (0xbc000)
{module#8}: "../dss_main.c", line 345: error {id:0x10000, args:[0x818324, 0x818324]}
xdc.runtime.Error.raise: terminating execution
I have tried the suggestion in https://e2e.ti.com/support/sensors/f/1023/t/802170?tisearch=e2e-sitesearch&keymatch=1642%20debug
First, change the optimization level to level 0 i.e. -O0 . Second, re-build the two ccs projects. But it still dose not work!
How can I solve it?