Page 1 of 1

set the timer to reset

Posted: Mon Feb 11, 2008 1:28 pm
by saravana_3
I need to do the following senerio,
when there is no input at the portA,3 (the output of portA,3 is portB,3) for 5 minutes the system must reset automatically,
friends, are you having any Idea to fulfill the condition.
thanks
Saran

Re: set the timer to reset

Posted: Tue Feb 12, 2008 12:54 pm
by Benj
Hello Saran

Maybe the watchdog timer would be useful for providing this reset function. Refer to the device datasheet under special features of the CPU. Other then this you can use a software reset eg a goto or a jump that tales the program back to the start.