Hi friends,
I am using AT91SAM7SE256 processor. Tool : Keil
i am using the watchdog timer interrupt for my application. I am unable to initialize the watch dog timer in interrupt mode.
Anybody is having an idea about this or having the example source code for watchdog timer?
should i enable or disable the watchdog in the startup code configuration wizard?
Please help me to solve this problem?
thanks, with regards, Murthy.R
I don't know the AT91, but I think you need to disable the interrupt source for the interrupt controller. here, I guess?
AT91C_BASE_AIC->AIC_IECR = (1 << AT91C_ID_SYS);