How can i retrieve SRAM content after external WDT reset. if i am declaring the variables to be saved after WDT reset as global (array of unsigned char of size 500), the keil compiler is initialising it at start up, so iam loosing it. can i block the initialisation (by compiler) of the global variable in compiler, or how can i get the data in SRAM after external WDT reset. Regards, S Rajan
"the keil compiler is initialising it at start up"
Exactly as any good ANSI compiler should!
See: http://www.keil.com/forum/docs/thread8393.asp