[En-Nut-Discussion] Watchdog
Hugo Simon
hugo.simon at gmx.de
Fri Jul 11 09:42:40 CEST 2003
You should put it into a routine that your application repeats every once a
while. Sense of the watchdog to restart the system when it hangs. So a new
task for triggering the watchdog is not a good idea, because maybe your
application gets stuck but the watchdog task triggers the watchdog anyway.
So the system stucks forever.
By
Thorsten
----- Original Message -----
From: Gediminas Simanskis <gedas at post.tvk.lt>
To: <en-nut-discussion at egnite.de>
Sent: Friday, July 11, 2003 9:20 AM
Subject: [En-Nut-Discussion] Watchdog
Hello,
I have faced common problem - where better to place watchdog reset routine?
Is it better to create new task with high priority or to place it in idle
task?
More information about the En-Nut-Discussion
mailing list