|
@@ -80,6 +80,11 @@ void I2C_0_INST_IRQHandler(void)
|
|
|
break;
|
|
break;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+/*Timer feeds the WWDT. the initialization of the Timer is done in the config.h file
|
|
|
|
|
+Timer is configured to reset the watchdog timer periodically.
|
|
|
|
|
+LFCLK is sourced from the internal low frequency oscilloscope.
|
|
|
|
|
+The device remains in STANDBY mode while waiting for an interrupt
|
|
|
|
|
+*/
|
|
|
|
|
|
|
|
//interrupt added for Windows Watchdog Timer:
|
|
//interrupt added for Windows Watchdog Timer:
|
|
|
void GROUP0_IRQHandler(void)
|
|
void GROUP0_IRQHandler(void)
|