We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi All, I am using AT89s8252,to reset the Watch Dog timer I am using the cmd(all in vain)
setb WDTEN_
#define WDTEN_ 0x01 #define WDTRST_ 0x02 . . .
Hi, Thanx Andy and Oleg... I use assmbly language for coding...planning to move towards c.All these I was using a DOS based assembler. As Oleg mentioned to reset the WDT its the WDTRST bit(sorry for that).