Suspended signal in MCUX after watchdog reset

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Suspended signal in MCUX after watchdog reset

1,417 次查看
ikuzmych
Contributor II

ikuzmych_0-1654760285549.png

Getting this error after running rtwdog timer and forcing a reset by failing to refresh it on purpose on the RT 1020. How do I prevent this, as it completely shuts down my debugger and does not let me test the functionality of the timer on my system upon reset. My debug mode is active in config, and my enable and stop modes are turned off

标签 (1)
0 项奖励
回复
2 回复数

1,408 次查看
ikuzmych
Contributor II

Alongside this I am also getting this message that pops up each time the watchdog trigger happens

ikuzmych_0-1654819531992.png

Seems something at this memory address is causing it to break. How can I access this address and perhaps resolve my error?

0 项奖励
回复

1,392 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @ikuzmych ,

ROM bootloader is start from 0x200000. When you debug the rtwdog example, every time when it reset, it will stop at ROM bootloader. You can set a break point at main(), then click the Resume button, the MCU can continue to execute to the break point. 

 

Regards,

Jing

0 项奖励
回复