Features
   
      
         - Short and predictable interrupt response time
 
         - Separate interrupt configuration and vector address for each interrupt
 
         - Interrupt prioritizing by level and
            vector address
 
         - Two interrupt priority levels: 0
            (normal) and 1 (high)
 
         - Higher priority for one interrupt
 
         - Optional round-robin priority scheme for
            priority level 0 interrupts
 
         - Non-maskable interrupts (NMI) for
            critical functions
 
         - Interrupt vectors optionally placed in the application section or the boot loader section
 
         - Selectable compact vector table