Other Parts Discussed in Thread: AWR1443
Tool/software: TI-RTOS
I want to observe the Intermediate result of data stream. Under CCS development mode, I load C674X program first ,then load the CortexR4 program.
When put a breakpoint in data stream,run C674X program first ,then run the CortexR4 program and send CLI config to mmwwave device by mmWave Demo Visualizer.
Firstly ,the progaram will stop at the breakpoint ,but the CortexR4 program will exit with error.
Then ,run the C674X program sequentially,the C674x program also exists with error.
In a word,I want to debug the program of mmw demo step by step and how to do ?
the console displays as follow:
[C674X_0] Debug: Logging UART Instance @00815560 has been opened successfully
Debug: DSS Mailbox Handle @0080f550
Debug: MMWDemoDSS create event handle succeeded
Debug: MMWDemoDSS mmWave Control Initialization succeeded
Debug: MMWDemoDSS ADCBUF Instance(0) @00815530 has been opened successfully
Debug: MMWDemoDSS Data Path init succeeded
Debug: MMWDemoDSS initTask exit
[CortexR4_0] **********************************************
Debug: Launching the Millimeter Wave Demo
**********************************************
Debug: MMWDemoMSS Launched the Initialization Task
Debug: MMWDemoMSS mmWave Control Initialization was successful
Debug: CLI is operational
Sensor has been stopped
Debug: MMWDemoMSS Received CLI sensorStart Event
[C674X_0] Heap L1 : size 16384 (0x4000), free 2816 (0xb00)
Heap L2 : size 49152 (0xc000), free 35592 (0x8b08)
Heap L3 : size 655360 (0xa0000), free 507904 (0x7c000)
[CortexR4_0] xdc.runtime.Main: "platform/mmwave_xwr16xx.c", line 1089: assertion failure
xdc.runtime.Error.raise: terminating execution
[C674X_0] {module#8}: "../dss_main.c", line 264: error {id:0x10000, args:[0x8139d4, 0x8139d4]}
xdc.runtime.Error.raise: terminating execution