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.

F280049RAM运行时,采用看门狗执行软件复位,程序跑飞

我在调试F280049芯片时,调用了库函数自带的复位函数SysCtl_resetDevice();该函数是往WDCR.WDCHK写非101的数据让其产生看门狗复位。

通过debug可以看到在调用该函数后RESC.WDRSn位变1,说明有复位产生,同时我用示波器观测XRS引脚,该引脚会被拉低,但拉低时间很短。

正常应该可以产生复位,但每次调用该复位函数,程序就跑飞,显示“break at address 0x3fb02a with no debug information avalible,or outside of program code”,看地址应该处于BOOT ROM区,这个是什么原因,请技术支持帮忙解答下,谢谢了