Watch Dog Timer question

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Watch Dog Timer question

584 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by -0o- on Thu Aug 08 16:13:55 MST 2013
I have done some researches on watch dog timers
but i still would like to know how use it is
and in which type of applications will using a watch dog timer
be useful ??

what does it do basically ??

and also what is the phase locked loop ? PLL
0 项奖励
回复
2 回复数

560 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by embd02161991 on Mon Aug 12 23:12:19 MST 2013
Watchdog timers are very useful in case the system enters an undefined state. The watchdog timer helps in rebooting the system or restoring the previous state of the system before the crash.
0 项奖励
回复

560 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Fri Aug 09 03:40:01 MST 2013
Watchdog: http://en.wikipedia.org/wiki/Watchdog_timer

It is useful in critical applications where your system must keep running, but where the software has crashed, hung or is taking 'too long'. If the watchdog is not 'fed' with a special 'feed sequence' every user-defined period, the watchdog will reset (reboot) your system.

PLL: http://en.wikipedia.org/wiki/PLL
0 项奖励
回复