Watch Dog Timer question

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Watch Dog Timer question

583件の閲覧回数
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 返答(返信)

559件の閲覧回数
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 件の賞賛
返信

559件の閲覧回数
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 件の賞賛
返信