Situation: You want to include a timer interrupt service routine in an assembly language program for an AVR-based Arduino. The program will be written, assembled and uploaded using the Arduino IDE.
The example demonstrates the basic usage of the watchdog timer in the Silicon Labs Arduino core. Instead of resetting the device, the watchdog timer will trigger an interrupt and call a user-defined ...