WISP ERT (Client)  1.0.0
The WISP Extended Runtime (WISP side)
catchall.c File Reference
#include <msp430.h>

Functions

__interrupt void unRegistered_ISR (void)
 This interrupt handler catches otherwise unhandled interrupts, preventing a system reset. More...
 

Function Documentation

◆ unRegistered_ISR()

__interrupt void unRegistered_ISR ( void  )

This interrupt handler catches otherwise unhandled interrupts, preventing a system reset.

Your application may collide with some of these ISRs. Comment out those which you are using elsewhere, and uncomment those which are not used elsewhere.