Keep-Alive circuit
mojorizing
Posts: 249
Is there such a standalone chip that periodically sends a serial request to a microprocessor, and if it doesn't receive a reply in a certain amount of time, it resets the microprocessor? I could use another microprocessor but I was wondering if there is a 4 pin "supervisory" chip out on the market that has this functionality.
Thanks, Kevin
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Bad spellers of the world untie!
Thanks, Kevin
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Bad spellers of the world untie!
Comments
most microcontrollers, like the SXes have a built-in watchdog timer. When it is activated, the software must periodically reset this timer. If it does not, the watchdog will reset the controller. IOW, if the program is going "nuts", i.e. if it does not periodically loop across the "reset watchdog" instruction, the controller will restart.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Greetings from Germany,
G
http://ww1.microchip.com/downloads/en/DeviceDoc/21402C.pdf
However, it works just opposite: the mcu must toggle a pin
on the TC32M or else the TC32M will reset the mcu.
regards peter