3.3.2 Nested vectored interrupt controller (NVIC) configuration
This section summarizes how the module has been configured in the chip. Full
documentation for this module is provided by ARM and can be found at
Nested Vectored
Interrupt Controller
(NVIC)
ARM Cortex-M0+
core
Interrupts
Module
Module
Module
PPB
Figure 3-2. NVIC configuration
Table 3-5. Reference links to related information
Topic
Related module
Reference
Full description
Nested vectored
interrupt controller
(NVIC)
ARM Cortex-M0+ Technical Reference Manual
System memory map
—
Clocking
—
Power management
—
Private peripheral bus
(PPB)
ARM Cortex-M0+ core
3.3.2.1 Interrupt priority levels
This device supports four priority levels for interrupts. Therefore, in the NVIC, each
source in the IPR registers contains two bits. For example, IPR0 is shown below:
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10
9
8
7
6
5
4
3
2
1
0
R
IRQ3
0 0 0 0 0 0
IRQ2
0 0 0 0 0 0
IRQ1
0 0 0 0 0 0
IRQ0
0 0 0 0 0 0
W
3.3.2.2 Non-maskable interrupt
The non-maskable interrupt request to the NVIC is controlled by the external NMI signal.
The pin the NMI signal is multiplexed on, must be configured for the NMI function to
generate the non-maskable interrupt request.
Core modules
KL02 Sub-Family Reference Manual, Rev. 2.1, July 2013
42
Freescale Semiconductor, Inc.