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.
你好,我使用两套硬件设备完成体征代码的仿真工作,但是我在两个程序全跑的时在dds,数据处理chirp中打一个断点程序就进入不了下一步了,提示如下:
{module#8}: "../dss/dss_main.c", line 346: error {id:0x10000, args:[0x814154, 0x814154]}
xdc.runtime.Error.raise: terminating execution
[Cortex_R4_0] xdc.runtime.Main: "../mss/mss_main.c", line 1053: assertion failure
xdc.runtime.Error.raise: terminating execution
我想问一下该如何实现dds中单步仿真,因为程序需要通过pc和mss输出设置的config参数,所以我想知道该如何单步调试dss程序中的数据处理部分?
仿真代码,dds程序,dss_data_path.c中,2600行MmwDemo_interFrameProcessing(),这个函数里面有数据处理及算法,这里可以打断点一步一步仿真看数据处理过程吗?具体该怎么操作,因为单步仿真提示上述错误