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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/18/04 12:52
Read: times


 
#72711 - RE: Fit A Supervisor Chip
Responding to: ???'s previous message
You will need to look at the data sheet for your supervisor. It will list the watchdog timeout period. You need to then toggle the I/O line to the re-trigger pin of the watch dog at least as often as the timeout period to avoid the dog kick reset.

If you have delay calls that are longer than the timeout period then break them up into a series of shorter delays and toggle the port pin in between each. Another way, say you have a 100 msec delay call is to put the call inside a loop of 10 iteratons and then inside this loop toggle the I/O pin and call the delay routine for a 10 msec delay. (That is assuming of course that your watchdog timer period is longer than 10 msec).

Michael Karas


List of 28 messages in thread
TopicAuthorDate
software failing problems help            01/01/70 00:00      
   RE: software failing problems help            01/01/70 00:00      
      Band-Aid            01/01/70 00:00      
         RE: Band-Aid            01/01/70 00:00      
   RE: software failing problems help            01/01/70 00:00      
      RE: software failing problems help            01/01/70 00:00      
         Possible causes            01/01/70 00:00      
      RE: software failing problems help            01/01/70 00:00      
   RE: software failing problems help            01/01/70 00:00      
      RE: software failing problems help            01/01/70 00:00      
      RE: software failing problems help            01/01/70 00:00      
         RE: software failing problems help            01/01/70 00:00      
            RE: software failing problems help            01/01/70 00:00      
               What a VDR (aka Varistor) is and does            01/01/70 00:00      
      RE: software failing problems help            01/01/70 00:00      
      RE: software failing problems help            01/01/70 00:00      
         RE: software failing problems help            01/01/70 00:00      
            RE: software failing problems help            01/01/70 00:00      
            RE: software failing problems help            01/01/70 00:00      
            Fit A Supervisor Chip            01/01/70 00:00      
               RE: Fit A Supervisor Chip            01/01/70 00:00      
                  RE: Fit A Supervisor Chip            01/01/70 00:00      
                     RE: Fit A Supervisor Chip            01/01/70 00:00      
                        RE: Fit A Supervisor Chip            01/01/70 00:00      
         RE: software failing problems help            01/01/70 00:00      
            RE: software failing problems help            01/01/70 00:00      
   RE: software failing problems help            01/01/70 00:00      
      RE: software failing problems help            01/01/70 00:00      

Back to Subject List