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).