Page 1 of 1

what is the watchdog timer ...

Posted: Sun Jul 19, 2009 6:40 am
by nalaka_m
Hi All ,

Can any body explain me wathdog timer ? Will it help to increase the quality of the code? If so
how and what sort of situations , I can use it ?

Thanks,
Nalaka

Re: what is the watchdog timer ...

Posted: Sun Apr 18, 2010 6:07 pm
by Rksk
nalaka_m wrote:Hi All ,

Can any body explain me wathdog timer ? Will it help to increase the quality of the code? If so
how and what sort of situations , I can use it ?
This is the 1st topic in this forum :!: :D
But anyone hasn't gave an answer :?

Re: what is the watchdog timer ...

Posted: Sun Apr 18, 2010 8:01 pm
by Neo
Hey RKSK, Thanks for reminding about this old topic. I have no idea how me and Magneto missed it :shock: (I'm sure this is due to one of our email subscription failures those days).

So let's talk about widely used Watchdog timers in embedded systems.

See What is a Watchdog timer in embedded systems.

Re: what is the watchdog timer ...

Posted: Sun Apr 18, 2010 10:45 pm
by Magneto
Some note to Neo's article

Watchdog timer is very useful in low power mode operations also. In lots of processors , watchdog timer is the
only timer , which is working in low power modes. So you can use the watchdog timer interrupt for wake the processor
from sleep mode.