View Single Post
Old 09-10-2012, 07:50 AM   #4
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
If the software is stuck in a tight loop, the watchdog will not be serviced and the SoC will be reset. Which completes the "until fixed { }, repeat" loop.

If anywhere in the instruction sequence, you hit an undefined instruction, the core will take the same exception path used by a watchdog time out (the wd to forces an invalid instruction trap).

Last edited by knc1; 09-10-2012 at 07:52 AM.
knc1 is offline   Reply With Quote