Part Number:IWR6843AOPEVM
使用CCS 10.4.0.00006对Industrial Toolbox 4.10.0中3D people counting wall-mount进行调试时,将程序暂停后,在DSS工程下的objectdetection.c中添加断点,继续运行程序会报错,如下所示:
[Cortex_R4_0] ********************************************** Debug: Launching the MMW Demo on MSS ********************************************** Debug: Launched the Initialization Task Debug: mmWave Control Initialization was successful Debug: mmWave Control Synchronization was successful [C674X_0] ObjDet DPC: objDetObj address = (ObjDetObj*) 0x81df98 Debug: DPM Module Sync is done [Cortex_R4_0] Debug: CLI is operational Debug: Sending rlRfSetLdoBypassConfig with 0 0 0 App: Issuing Pre-start Common Config IOCTL to R4F App: Issuing Pre-start Common Config IOCTL to DSP DPM IOCTL report msg = 101 DPM IOCTL report msg = 201 App: Calling MmwDemo_RFParser_parseConfig App: Calling MmwDemo_ADCBufConfig ============ Heap Memory Stats ============SizeUsedFreeDPCUsedSystem Heap(TCMB)13312037920952003072L35898245898240localRam(TCMB)81921928000 DPM IOCTL report msg = 200 App: pre-start config for DSP App: pre-start config ready to be set to DSP [C674X_0] DPU_radarProcess_init - process handle: (radarProcessInstance_t *)0xf01200 DPU_radarProcess_init - dynamic CFAR handle: (RADARDEMO_detectionCFAR_handle *)0x818840 DPU_radarProcess_init - static CFAR handle: (RADARDEMO_detectionCFAR_handle *)0xc54ad43c DPU_radarProcess_init - 2D capon handle: (RADARDEMO_aoaEst2DCaponBF_handle *)0xf014a8 DPU_radarProcess_init - benchmark obj: (radarProcessBenchmarkObj *)0x200ae0f0 DPU_radarProcess_init - heatmap: (float *)0x20093af0 DDR Heap : size 135168 (0x21000), used 123772 (0x1e37c) DDR scratch : Not used! LL2 Heap : size 103936 (0x19600), used 101980 (0x18e5c) LL2 scratch : size 2304 (0x900), used 1168 (0x490) L1 Heap : size 11776 (0x2e00), used 3974 (0xf86) L1 scratch : size 4608 (0x1200), used 4608 (0x1200) HSRAM Heap : Not used! HSRAM scratch : Not used! [Cortex_R4_0] DPM IOCTL report msg = 100 DPM IOCTL report msg = 203 Starting Sensor (issuing MMWave_start) {module#9}: "../objdetrangehwa.c", line 659: error {id:0x10000, args:[0x1de5c, 0x1de5c]} xdc.runtime.Error.raise: terminating execution
请问上述错误是何原因造成的?如何解决?
Shine:
请问对代码有做修改吗? 不设置断点可以运行吗?
,
z y:
没有对代码做任何修改,不加断点可以正常运行。
,
Shine:
加载好程序,设置好断点,直接运行。
如果程序暂停后,再设置断点的话,请尝试reset或者restart一下后再运行。
,
z y:
我这样试了几次 仍然出错
,
Shine:
请问只有在objectdetection.c文件设置断点才会出现这个问题么?不同的地方设置断点都不可以吗?