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.

CC2538 DEMO调试问题

Other Parts Discussed in Thread: CC2538

CC2538下载SampleSwitch DEMO程序,设备取消安全选项作为终端设备运行,IAR无法正常调试。

操作如下:

通过设置IAR取消了

xSECURE=1
xTC_LINKKEY_JOIN

f8wConfig.cfg文件,修改为  -DSECURE=0

ZGlobals.c文件,中修改uint8 zgPreConfigKeys = FALSE;

在线调试程序出现异常,暂停调试停在FaultISR(void) 函数死循环。

请问如何解决。