8.2 Interrupt Vector Mapping

Each interrupt vector is connected to one peripheral instance, as shown in the table below. A peripheral can have one or more interrupt sources. For more details on the available interrupt sources, see the Interrupt section in the Functional Description of the respective peripheral.

An interrupt flag is set in the Interrupt Flags register of the peripheral (peripheral.INTFLAGS) when the interrupt condition occurs, even if the interrupt is not enabled.

By writing to the corresponding Interrupt Enable bit in the peripheral's Interrupt Control register (peripheral.INTCTRL), an interrupt is enabled or disabled..

When the corresponding interrupt is enabled, an interrupt request is generated, and the interrupt flag is set. Interrupts must be enabled globally to generate interrupt requests. The interrupt request remains active until clearing the interrupt flag. See the peripheral's INTFLAGS register for details on clearing interrupt flags.

Table 8-3. Interrupt Vector Mapping

Vector

Number

Program

Address

(word)

Peripheral

Source

Description

14-

Pin

20-

Pin

28-

Pin

32-

Pin

00x00RESETXXXX
10x02NMINon-Maskable Interrupt available for:
  • CRCSCAN
  • CLKCTRL
XXXX
20x04BOD_VLMVoltage Level Monitor Interrupt XXXX
30x06CLKCTRL_CFDExternal crystal oscillator or clock source failureXXXX
40x08RTC_RTCReal-Time Counter Overflow or Compare Match InterruptXXXX
50x0ARTC_PITReal-Time Counter Periodic InterruptXXXX
60x0CCCL_CCLConfigurable Custom Logic InterruptXXXX
70X0EUSB_BUSUSB Bus Event InterruptXXXX
80x10USB_TACUSB Transaction Complete InterruptXXXX
90x12PORTA_PORTPORTA External InterruptXXXX
100x14

TCA0 _OVF

TCA0_LUNF

Normal: Timer/Counter Type A Overflow Interrupt

Split: Timer/Counter Type A Low Underflow Interrupt

XXXX
110x16TCA0_HUNF

Normal: Unused

Split: Timer/Counter Type A High Underflow Interrupt

XXXX
120x18

TCA0_CMP0

TCA0_LCMP0

Normal: Timer/Counter Type A Compare 0 Interrupt

Split: Timer/Counter Type A Low Compare 0 Interrupt

XXXX
130x1A

TCA0_CMP1

TCA0_LCMP1

Normal: Timer/Counter Type A Compare 1 Interrupt

Split: Timer/Counter Type A Low Compare 1 Interrupt

XXXX
140x1C

TCA0_CMP2

TCA0_LCMP2

Normal: Timer/Counter Type A Compare 2 Interrupt

Split: Timer/Counter Type A Low Compare 2 Interrupt

XXXX
150x1ETCB0_INTTimer Counter Type B Capture/Overflow InterruptXXXX
160x20TWI0_TWISTwo-Wire Interface Client InterruptXXXX
170x22TWI0_TWIMTwo-Wire Interface Host InterruptXXXX
180x24SPI0_INTSerial Peripheral Interface InterruptXXXX
190x26USART0_RXCUniversal Synchronous Asynchronous Receiver and Transmitter Receive Complete InterruptXXXX
200x28USART0_DREUniversal Synchronous Asynchronous Receiver and Transmitter Data Register Empty InterruptXXXX
210x2AUSART0_TXCUniversal Synchronous Asynchronous Receiver and Transmitter Transmit Complete InterruptXXXX
220x2CPORTD_PORTPORTD External InterruptXXXX
230x2EPORTC_PORTPORTC External InterruptXXXX
240x30PORTF_PORTPORTF External InterruptXXXX
250x32NVMCTRL_NVMREADYNonvolatile Memory Controller EEPROM/Flash Ready InterruptXXXX
260x34USART1_RXCUniversal Synchronous Asynchronous Receiver and Transmitter Receive Complete InterruptXXXX
270x36USART1_DREUniversal Synchronous Asynchronous Receiver and Transmitter Data Register Empty InterruptXXXX
280x38USART1_TXCUniversal Synchronous Asynchronous Receiver and Transmitter Transmit Complete InterruptXXXX
290x3ATCB1_INTTimer Counter Type B Capture/Overflow InterruptXXXX
300x3CAC0_ACAnalog Comparator InterruptXXXX
310x3EADC0_ERRORAnalog-to-Digital Converter Error InterruptXXXX
320x40ADC0_RESRDYAnalog-to-Digital Converter Result Ready InterruptXXXX
330x42ADC0_SMPRDYAnalog-to-Digital Converter Sample Ready InterruptXXXX