Suspended signal in MCUX after watchdog reset

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Suspended signal in MCUX after watchdog reset

588 Views
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

Labels (1)
0 Kudos
2 Replies

579 Views
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 Kudos

563 Views
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 Kudos