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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/11/00 19:18
Read: times


 
#4328 - RE: Is CPU run away a real problem?
You could always use a micro that has a watchdog timer on board (80C552 for instance). You have to reset the timer every x micro/milli seconds, or the chip resets the CPU itself. Therefore, if you CPU executes rubbish, the reset procedure of the timer will not execute, and then the CPU gets reset. The only overhead to implement this is a mild splattering of timer reset code thoughout your code.

List of 8 messages in thread
TopicAuthorDate
Is CPU run away a real problem?            01/01/70 00:00      
RE: Is CPU run away a real problem?            01/01/70 00:00      
RE: Is CPU run away a real problem?            01/01/70 00:00      
RE: Is CPU run away a real problem?            01/01/70 00:00      
RE: Is CPU run away a real problem?            01/01/70 00:00      
RE: Is CPU run away a real problem?            01/01/70 00:00      
RE: Is CPU run away a real problem?            01/01/70 00:00      
RE: Is CPU run away a real problem?            01/01/70 00:00      

Back to Subject List