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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/07/02 12:13
Read: times


 
#32119 - RE: Interrupts and exit flow control
I'm using an interrupt as watchdog,
An interrupt driven watchdog reduces the watchfulness dramatically. Do not use interrupts in watchdog code.

and I'd need to change the return address to another place in the code when it exits.
Bad idea, while you may be able to make it work, it will be a maintenance nightmare.

Erik



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