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
 
