11.3.4 Interrupts

Table 11-6. Available Interrupt Vectors and Sources
Name Vector Description Conditions
EEREADY NVM The EEPROM is ready for new write/erase operations
FLREADY The Flash is ready for new write/erase operations

When an interrupt condition occurs, the FLREADY or EEREADY interrupt flag is set in the Interrupt Flags (NVMCTRL.INTFLAGS) register.

An interrupt source is enabled or disabled by writing to the FLREADY or EEREADY bit in the Interrupt Control (NVMCTRL.INTCTRL) register.

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. Refer to the NVMCTRL.INTFLAGS register for details on how to clear interrupt flags.