This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWR1843BOOST: 高精度液位测量程序运行时出错

Part Number: IWR1843BOOST
Other Parts Discussed in Thread: IWR1843

工程师你好,

我将IWR16XX的程序移植到IWR1843的程序上,移植成功;

然后我想单步运行DSS程序看看开始事件、停止事件、帧开始事件是怎么处理数据的,

但是当我插入断点的时候,发现出现以下错误;

[C674X_0] Debug: Logging UART Instance @00810c50 has been opened successfully
Debug: DSS Mailbox Handle @00807be0
Debug: MMWDemoDSS create event handle succeeded
Debug: MMWDemoDSS mmWave Control Initialization succeeded
[Cortex_R4_0] **********************************************
Debug: Launching the Millimeter Wave Demo
**********************************************
Debug: MMWDemoMSS Launched the Initialization Task
Debug: MMWDemoMSS mmWave Control Initialization was successful
Debug: CLI is operational
[C674X_0] Debug: MMWDemoDSS ADCBUF Instance(0) @00810c38 has been opened successfully
Debug: MMWDemoDSS Data Path init succeeded
Debug: MMWDemoDSS initTask exit
[Cortex_R4_0] numRangeBinZoomIn=2,left=0,right=0
enableRangeLimit=1,skipMin=0.010000,skipMax=6.000000
Debug: MMWDemoMSS Received CLI sensorStart Event
Debug: System Heap (TCM): Size: 65536, Used = 33376, Free = 32160 bytes
Debug: MMWDemoMSS mmWave  config succeeded 
[C674X_0] DSS:enableRangeLimit=1,skipMin=0.01,skipMax=6.00,rangeResolution=0.0435,skipLeft=0,skipRight=374
DDR Heap : size 65536 (0x10000), used 8248 (0x2038)
LL2 Heap : size 20480 (0x5000), used 16572 (0x40bc)
LL2 Scratch : size 8192 (0x2000), used 8192 (0x2000)
LL1 Scratch : size 16384 (0x4000), used 4096 (0x1000)
HSRAM Heap : size 8192 (0x2000), used 0 (0x0)
{module#8}: "../dss/dss_main.c", line 200: error {id:0x10000, args:[0x80f914, 0x80f914]}
xdc.runtime.Error.raise: terminating execution
[Cortex_R4_0] xdc.runtime.Main: "../mss/mss_main.c", line 990: assertion failure
xdc.runtime.Error.raise: terminating execution

出错的程序定位如下:

请问这是怎么回事,是因为在DSS加断点影响了MSS的程序交互吗,有什么解决方案吗?