This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AT91SAM&SE512 WATCHDOG

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

Parents
  • 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.

Reply
  • 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.

Children