Hi All
I am not able to configure the watch dog in the AT91SAM7SE512,since it doesnt have the peripheral ID,so not able to enable its peripheral clock and interrupt based on the watch dog.
can any one help me out to configure it and generate an interrupt on the downflow of the counter so that when ever an watch dog interrupt occurs some specific tasks can be performed.
Regards Suresh
Watchdog is a part of System Controller in AT91SAM7 devices. Its interrupt is ORed together with other sources into the System Controller Interrupt (Peripheral ID = SYSIRQ).
You should look into the users manual for details.
Hi Robert Rostohar
Thanks for the information, I am looking into it ....