14.1 Features
- Short and Predictable Interrupt Response Time
 - Separate Interrupt Configuration and Vector Address for Each Interrupt
 - Interrupt Prioritizing by Level and Vector Address
 - Non-Maskable Interrupts (NMI) for Critical Functions
 - Two Interrupt Priority Levels: 0
            (Normal) and 1 (High):
- One of the interrupt requests can optionally be assigned as a priority level 1 interrupt
 - Optional round robin priority scheme for priority level 0 interrupts
 
 - Interrupt Vectors Optionally Placed in the Application Section or the Boot Loader Section
 - Selectable Compact Vector Table (CVT)
 
