Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/08/02 14:42
Read: times


 
#32155 - RE: Interrupts and exit flow control
I also think this method is sometimes useful as I have used it myself. The main advantage I can see is that it doesn't require a complete system reset, but allows "graceful recovery". I mean, if the watchdog kicks in, the uC is reset and has to begin from scratch, losing all information about the state it was in.

If the watchdog is interrupt-based, only the crashed part of the code has to be handled, and it can start functioning smoothly without having to go through a total reset.

Another advantage is that you don't need an external watchdog IC. Also I don't think maintainability will be much of an issue if you use a well-defined way to "register" the watchdog trip handler routine.

But then the issues about interrupts being NMI and all have to be considered to determine its suitability to the application.

kundi

List of 11 messages in thread
TopicAuthorDate
Interrupts and exit flow control            01/01/70 00:00      
RE: Interrupts and exit flow control            01/01/70 00:00      
RE: Interrupts and exit flow control            01/01/70 00:00      
RE: Interrupts and exit flow control            01/01/70 00:00      
RE: Interrupts and exit flow control            01/01/70 00:00      
RE: Interrupts and exit flow control            01/01/70 00:00      
RE: Interrupts and exit flow control            01/01/70 00:00      
RE: Interrupts and exit flow control            01/01/70 00:00      
RE: Interrupts and exit flow control            01/01/70 00:00      
RE: Interrupts and exit flow control            01/01/70 00:00      
RE: Interrupts and exit flow control            01/01/70 00:00      

Back to Subject List