3.2.1 Interrupts

A clarification to the CLKCTRL section has been made. The Interrupts section is missing from the Functional Description section and is added here. Note that the section number is added as “12.3.x”, since it was not included in the data sheet.

12.3.x Interrupts

Table 12-1. Available Interrupt Vectors and Sources

Interrupt Vector Name

Interrupt Source Name

DescriptionCondition
NMICFDExternal crystal oscillator or clock source failureThe CFD flag in CLKCTRL.MCLKINTFLAGS is ‘1’ and the INTTYPE bit in CLKCTRL.MCLKINTCTRL is ‘1
CLKCTRLCFDExternal crystal oscillator or clock source failureThe CFD flag in CLKCTRL.MCLKINTFLAGS is ‘1’ and the INTTYPE bit in CLKCTRL.MCLKINTCTRL is ‘0

When an interrupt condition occurs, the corresponding interrupt flag is set in the peripheral’s Interrupt Flags (peripheral.INTFLAGS) register.

An interrupt source is enabled or disabled by writing to the corresponding enable bit in the peripheral’s Interrupt Control (peripheral.INTCTRL) register.

An interrupt request is generated when the corresponding interrupt source is enabled, and the interrupt flag is set. The interrupt request remains active until the interrupt flag is cleared. See the peripheral’s INTFLAGS register for details on how to clear interrupt flags.