<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 21/09/2011 7:56 PM, Eduardo Esteban wrote:
<blockquote
cite="mid:CAEF-Dj_mJ+9ruAS10Nyk69OpHLn9YY-g848KZE+kcn75jdgKoQ@mail.gmail.com"
type="cite">
<div>What I am trying to do is the following:</div>
<div> </div>
<font size="1">
<p><font size="2">Obtain the Timeout;</font></p>
<p><font size="2">Kick the OBC watchdog.</font></p>
</font><font size="1">
<p><font size="2">Set the OBC watchdog's timeout. </font></p>
<font size="2">
</font>
<p><font size="2">Stops the Watchdog resetting from the OBSW</font><font
size="1">.</font></p>
</font>
<div><font size="1">
<p align="LEFT"> <font size="2">Triggers a SW reset.</font></p>
<p align="LEFT">
</p>
</font></div>
</blockquote>
You can create a task for your your watchdog and have it wait for an
event for the period of watchdog timeout and do it in a loop. If the
event times out do your software reset. <br>
</body>
</html>