16.3.10 Interrupts

Table 16-8. Available Interrupt Vectors and Sources
Vector NameSource NameConditionDependency
NVMCTRL_ERRORCOMPMismatch between the duplicated ECC checkers
EECC1Detected a 1-bit error in EEPROM
EECC2Detected a multi-bit error in EEPROM
FECC1Detected a 1-bit error in Flash
FECC2Detected a multi-bit error in Flash
PARITYADetected a parity error on the bus address signals
PARITYCDetected a parity error on the bus control signals
PARITYDDetected a parity error on the bus data signals
NVMCTRL_READYEEREADYEEPROM Ready

When an interrupt condition occurs, the corresponding interrupt flag is set in the Interrupt Flags register of the peripheral (NVMCTRL.INTFLAGSA/B).

An interrupt source is enabled or disabled by writing to the corresponding bit in the peripheral's Interrupt Control register (NVMCTRL.INTCTRLA).

Note: the INTFLAGSB register is routed to ERRCTRL, and are enabled or disabled depending on the ERRCTRL configuration.

An interrupt request is generated when the corresponding interrupt source is enabled and the interrupt flag set. The interrupt request remains active until the interrupt flag is cleared. See the peripheral's INTFLAGSA/B register(s) for details on clearing interrupt flags.