11. Interrupts and events

11.1 Nested vectored interrupt controller (NVIC)

11.1.1 NVIC main features

The NVIC and the processor core interface are closely coupled, which enables low latency interrupt processing and efficient processing of late arriving interrupts.

All interrupts including the core exceptions are managed by the NVIC. For more information on exceptions and NVIC programming, refer to the PM0214 programming manual for Cortex-M4 products.

11.1.2 SysTick calibration value register

The SysTick calibration value is set to 9000, which gives a reference time base of 1 ms with the SysTick clock set to 9 MHz (max \( f_{HCLK}/8 \) ).

11.1.3 Interrupt and exception vectors

Table 28. STM32F3xx vector table

PositionPriorityType of priorityAcronymDescriptionAddress
----Reserved0x0000 0000
--3FixedResetReset0x0000 0004
--2FixedNMINon maskable interrupt. The RCC Clock Security System (CSS) is linked to the NMI vector.0x0000 0008
--1FixedHardFaultAll class of fault0x0000 000C
-0SettableMemManageMemory management0x0000 0010
-1SettableBusFaultPre-fetch fault, memory access fault0x0000 0014
-2SettableUsageFaultUndefined instruction or illegal state0x0000 0018
----Reserved0x0000 001C - 0x0000 0028
-3SettableSVCallSystem service call via SWI instruction0x0000 002C
-5SettablePendSVPendable request for system service0x0000 0038

Table 28. STM32F3xx vector table (continued)

PositionPriorityType of priorityAcronymDescriptionAddress
-6SettableSysTickSystem tick timer0x0000 003C
07SettableWWDGWindow Watchdog interrupt0x0000 0040
18SettablePVDPVD through EXTI line 16 detection interrupt0x0000 0044
29SettableTAMPER_STAMPTamper and TimeStamp interrupts through the EXTI line 190x0000 0048
310SettableRTC_WKUPRTC wakeup timer interrupts through the EXTI line 200x0000 004C
411SettableFLASHFlash global interrupt0x0000 0050
512SettableRCCRCC global interrupt0x0000 0054
613SettableEXTI0EXTI Line0 interrupt0x0000 0058
714SettableEXTI1EXTI Line1 interrupt0x0000 005C
815SettableEXTI2_TSEXTI Line2 and Touch sensing interrupts0x0000 0060
916SettableEXTI3EXTI Line30x0000 0064
1017SettableEXTI4EXTI Line40x0000 0068
1118SettableDMA1_Channel1DMA1 channel 1 interrupt0x0000 006C
1219SettableDMA1_Channel2DMA1 channel 2 interrupt0x0000 0070
1320SettableDMA1_Channel3DMA1 channel 3 interrupt0x0000 0074
1421SettableDMA1_Channel4DMA1 channel 4 interrupt0x0000 0078
1522SettableDMA1_Channel5DMA1 channel 5 interrupt0x0000 007C
1623SettableDMA1_Channel6DMA1 channel 6 interrupt0x0000 0080
1724SettableDMA1_Channel7DMA1 channel 7 interrupt0x0000 0084
1825SettableADC1ADC1 global interrupt0x0000 0088
1926-Reserved0x0000 008C
2027-Reserved0x0000 0090
2128-Reserved0x0000 0094
2229-Reserved0x0000 0098
2330SettableEXTI9_5EXTI Line[9:5] interrupts0x0000 009C
2431SettableTIM1_BRK/TIM15TIM1 break/TIM15 global interrupts0x0000 00A0
2532SettableTIM1_UP/TIM16TIM1 update/TIM16 global interrupts0x0000 00A4
2633SettableTIM1_TRG_COM /TIM17TIM1 trigger and commutation/TIM17 interrupts0x0000 00A8
2734SettableTIM1_CCTIM1 capture compare interrupt0x0000 00AC
2835SettableTIM2TIM2 global interrupt0x0000 00B0
2936-Reserved0x0000 00B4

Table 28. STM32F3xx vector table (continued)

PositionPriorityType of priorityAcronymDescriptionAddress
3037-Reserved0x0000 00B8
3138SettableI2C1_EVI2C1 event interrupt & EXTI Line23 interrupt0x0000 00BC
3239SettableI2C1_ERI2C1 error interrupt0x0000 00C0
3340-I2C2_EVI2C2 event interrupt0x0000 00C4
3441-I2C2_ERI2C2 error interrupt0x0000 00C8
3542-Reserved0x0000 00CC
3643-Reserved0x0000 00D0
3744SettableUSART1USART1 global interrupt & EXTI Line 250x0000 00D4
3845SettableUSART2USART2 global interrupt0x0000 00D8
3946SettableUSART3USART3 global interrupt0x0000 00DC
4047SettableEXTI15_10EXTI Line[15:10] interrupts0x0000 00E0
4148SettableRTC_AlarmRTC alarm interrupt0x0000 00E4
4249-Reserved0x0000 00E8
4350-Reserved0x0000 00EC
4451-Reserved0x0000 00F0
4552-Reserved0x0000 00F4
4653-Reserved0x0000 00F8
4754-Reserved0x0000 00FC
4855-Reserved0x0000 0100
4956-Reserved0x0000 0104
5057-Reserved0x0000 0108
5158-Reserved0x0000 010C
5259-Reserved0x0000 0110
5360-Reserved0x0000 0114
5461SettableTIM6_DAC1TIM6 global and DAC1 underrun interrupts0x0000 0118
5562-Reserved0x0000 011C
5663-Reserved0x0000 0120
5764-Reserved0x0000 0124
5865-Reserved0x0000 0128
5966-Reserved0x0000 012C
6067-Reserved0x0000 0130
6168-Reserved0x0000 0134
6269-Reserved0x0000 0138

Table 28. STM32F3xx vector table (continued)

PositionPriorityType of priorityAcronymDescriptionAddress
6370-Reserved0x0000 013C
6471SettableCOMP2COMP2 interrupt combined with EXTI Lines 22 interrupt.0x0000 0140
6572SettableCOMP4_6COMP4 & COMP6 interrupts combined with EXTI Lines 30 and 32 interrupts respectively.0x0000 0144
6673-Reserved0x0000 0148
6774-Reserved0x0000 014C
6875-Reserved0x0000 0150
6976-Reserved0x0000 0154
7077-Reserved0x0000 0158
7178-Reserved0x0000 015C
7279-I2C3_EV_EXTI27I2C3 event interrupt & EXTI Line27 interrupt0x0000 0160
7380-I2C3_ERI2C3 error interrupt0x0000 0164
7481-Reserved0x0000 0168
7582-Reserved0x0000 016C
7683-Reserved0x0000 0170
7784-Reserved0x0000 0174
7885-Reserved0x0000 0178
7986-Reserved0x0000 017C
8087-Reserved0x0000 0180
8188SettableFPUFloating point interrupt0x0000 0184

11.2 Extended interrupts and events controller (EXTI)

The extended interrupts and events controller (EXTI) manages the external and internal asynchronous events/interrupts and generates the event request to the CPU/Interrupt Controller and a wake-up request to the Power Manager.

The EXTI allows the management of up to 36 external/internal event line (28 external event lines and 8 internal event lines).

The active edge of each external interrupt line can be chosen independently, whilst for internal interrupt the active edge is always the rising one. An interrupt could be left pending: in case of an external one, a status register is instantiated and indicates the source of the interrupt; an event is always a simple pulse and it is used for triggering the core wake-up. For internal interrupts, the pending status is assured by the generating peripheral, so no need for a specific flag. Each input line can be masked independently for interrupt or event

generation, in addition, the internal lines are sampled only in STOP mode. This controller allows also to emulate the (only) external events by software, multiplexed with the corresponding hardware event line, by writing to a dedicated register.

11.2.1 Main features

The EXTI main features are the following:

11.2.2 Block diagram

The extended interrupt/event block diagram is shown in the following figure.

Figure 22. External interrupt/event block diagram

Block diagram of the External Interrupt/Event (EXTI) controller. The diagram shows the internal architecture of the EXTI. At the top, an 'AMBA APB bus' is connected to a 'Peripheral interface'. Below the interface, five 28-bit wide registers are shown: 'Pending request register', 'Interrupt mask register', 'Software interrupt event register', 'Rising trigger selection register', and 'Falling trigger selection register'. These registers are connected to a logic block. The 'Pending request register' output goes to an AND gate. The 'Interrupt mask register' output also goes to this AND gate. The output of the AND gate goes to an OR gate. The 'Software interrupt event register' output also goes to this OR gate. The output of the OR gate goes to an 'Edge detect circuit'. The 'Rising trigger selection register' and 'Falling trigger selection register' outputs also go to the 'Edge detect circuit'. The 'Edge detect circuit' output goes to an 'Input line'. A 'Pulse generator' is connected to the 'Input line' and its output goes to an AND gate. The 'Event mask register' output also goes to this AND gate. The output of this AND gate goes to the 'To NVIC interrupt controller' block. The 'PCLK' clock signal is also shown. The diagram is labeled 'MS30250V1' in the bottom right corner.

The diagram illustrates the internal architecture of the EXTI controller. At the top, the 'AMBA APB bus' connects to a 'Peripheral interface'. Below this, five 28-bit wide registers are shown: 'Pending request register', 'Interrupt mask register', 'Software interrupt event register', 'Rising trigger selection register', and 'Falling trigger selection register'. These registers are connected to a logic block. The 'Pending request register' output goes to an AND gate. The 'Interrupt mask register' output also goes to this AND gate. The output of the AND gate goes to an OR gate. The 'Software interrupt event register' output also goes to this OR gate. The output of the OR gate goes to an 'Edge detect circuit'. The 'Rising trigger selection register' and 'Falling trigger selection register' outputs also go to the 'Edge detect circuit'. The 'Edge detect circuit' output goes to an 'Input line'. A 'Pulse generator' is connected to the 'Input line' and its output goes to an AND gate. The 'Event mask register' output also goes to this AND gate. The output of this AND gate goes to the 'To NVIC interrupt controller' block. The 'PCLK' clock signal is also shown. The diagram is labeled 'MS30250V1' in the bottom right corner.

Block diagram of the External Interrupt/Event (EXTI) controller. The diagram shows the internal architecture of the EXTI. At the top, an 'AMBA APB bus' is connected to a 'Peripheral interface'. Below the interface, five 28-bit wide registers are shown: 'Pending request register', 'Interrupt mask register', 'Software interrupt event register', 'Rising trigger selection register', and 'Falling trigger selection register'. These registers are connected to a logic block. The 'Pending request register' output goes to an AND gate. The 'Interrupt mask register' output also goes to this AND gate. The output of the AND gate goes to an OR gate. The 'Software interrupt event register' output also goes to this OR gate. The output of the OR gate goes to an 'Edge detect circuit'. The 'Rising trigger selection register' and 'Falling trigger selection register' outputs also go to the 'Edge detect circuit'. The 'Edge detect circuit' output goes to an 'Input line'. A 'Pulse generator' is connected to the 'Input line' and its output goes to an AND gate. The 'Event mask register' output also goes to this AND gate. The output of this AND gate goes to the 'To NVIC interrupt controller' block. The 'PCLK' clock signal is also shown. The diagram is labeled 'MS30250V1' in the bottom right corner.

11.2.3 Wake-up event management

STM32F3xx devices are able to handle external or internal events to wake up the core (WFE). The wake-up event can be generated either by:

11.2.4 Asynchronous Internal Interrupts

Some communication peripherals (UART, I2C) are able to generate events when the system is in run mode and also when the system is in stop mode allowing to wake up the system from stop mode.

To accomplish this, the peripheral is asked to generate both a synchronized (to the system clock, for example, APB clock) and an asynchronous version of the event.

11.2.5 Functional description

For the external interrupt lines, to generate the interrupt, the interrupt line should be configured and enabled. This is done by programming the two trigger registers with the desired edge detection and by enabling the interrupt request by writing a '1' to the corresponding bit in the interrupt mask register. When the selected edge occurs on the external interrupt line, an interrupt request is generated. The pending bit corresponding to the interrupt line is also set. This request is reset by writing a 1 in the pending register.

For the internal interrupt lines, the active edge is always the rising edge. The interrupt is enabled by default in the interrupt mask register and there is no corresponding pending bit in the pending register.

To generate the event, the event line should be configured and enabled. This is done by programming the two trigger registers with the desired edge detection and by enabling the event request by writing a '1' to the corresponding bit in the event mask register. When the selected edge occurs on the event line, an event pulse is generated. The pending bit corresponding to the event line is not set.

For the external lines, an interrupt/event request can also be generated by software by writing a 1 in the software interrupt/event register.

Note: The interrupts or events associated to the internal lines can be triggered only when the system is in STOP mode. If the system is still running, no interrupt/event is generated.

Hardware interrupt selection

To configure a line as interrupt source, use the following procedure:

Hardware event selection

To configure a line as event source, use the following procedure:

Software interrupt/event selection

Any of the external lines can be configured as software interrupt/event lines. The following is the procedure to generate a software interrupt.

11.2.6 External and internal interrupt/event line mapping

36 interrupt/event lines are available: 8 lines are internal (including the reserved ones); the remaining 28 lines are external.

The GPIOs are connected to the 16 external interrupt/event lines in the following manner:

Figure 23. External interrupt/event GPIO mapping

Diagram showing the mapping of GPIO pins to external interrupt lines (EXTI0, EXTI1, ..., EXTI15) via multiplexers controlled by SYSCFG_EXTICR registers.

The diagram illustrates the mapping of GPIO pins to external interrupt/event lines. It shows three multiplexers, each controlled by a specific register in the SYSCFG_EXTICR family. The first multiplexer, labeled 'EXTI0', is controlled by 'EXTI0[3:0] bits in the SYSCFG_EXTICR1 register' and selects between PA0, PB0, PC0, and PF0. The second multiplexer, labeled 'EXTI1', is controlled by 'EXTI1[3:0] bits in the SYSCFG_EXTICR1 register' and selects between PA1, PB1, PC1, and PF1. A vertical ellipsis indicates that the same pattern repeats for the remaining interrupt lines. The final multiplexer shown, labeled 'EXTI15', is controlled by 'EXTI15[3:0] bits in the SYSCFG_EXTICR4 register' and selects between PA15, PB15, and PC15. Each multiplexer has four input lines on the left and one output line on the right. The output lines are labeled EXTI0, EXTI1, ..., and EXTI15.

Diagram showing the mapping of GPIO pins to external interrupt lines (EXTI0, EXTI1, ..., EXTI15) via multiplexers controlled by SYSCFG_EXTICR registers.

MS34225V1

The remaining lines are connected as follows:

Note: EXTI lines 23, 24, 25 and 27 are internal.

11.3 EXTI registers

Refer to Section 1.2 for a list of abbreviations used in register descriptions.

The peripheral registers have to be accessed by words (32-bit).

11.3.1 Interrupt mask register (EXTI_IMR1)

Address offset: 0x00

Reset value: 0x1F80 0000 (Refer to the note below)

31302928272625242322212019181716
Res.MR30Res.Res.MR27Res.MR25MR24MR23MR22Res.MR20MR19Res.MR17MR16
rwrwrwrwrwrwrwrwrwrw
1514131211109876543210
MR15MR14MR13MR12MR11MR10MR9MR8MR7MR6MR5MR4MR3MR2MR1MR0
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

Bit 31 Reserved, must be kept at reset value.

Bit 30 MRx : Interrupt Mask on external/internal line x (x = 30)

0: Interrupt request from Line x is masked

1: Interrupt request from Line x is not masked

Bit 29 Reserved, must be kept at reset value.

Bits 29:28 Reserved, must be kept at reset value.

Bit 27 MRx : Interrupt Mask on external/internal line x (x = 27)

0: Interrupt request from Line x is masked

1: Interrupt request from Line x is not masked

Bit 26 Reserved, must be kept at reset value.

Bits 25:22 MRx : Interrupt Mask on external/internal line x (x = 25 to 22)

0: Interrupt request from Line x is masked

1: Interrupt request from Line x is not masked

Bit 21 Reserved, must be kept at reset value.

Bits 20:19 MRx : Interrupt Mask on external/internal line x (x = 20 to 19)

0: Interrupt request from Line x is masked

1: Interrupt request from Line x is not masked

Bit 18 Reserved, must be kept at reset value.

Bits 17:0 MRx : Interrupt Mask on external/internal line x (x = 17 to 0)

0: Interrupt request from Line x is masked

1: Interrupt request from Line x is not masked

Note: The reset value for the internal lines (23, 24, 25, 26, 27 and 28) is set to '1' to enable the interrupt by default.

11.3.2 Event mask register (EXTI_EMR1)

Address offset: 0x04

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.MR30Res.Res.Res.Res.MR25Res.MR23MR22Res.MR20MR19Res.MR17MR16
rwrwrwrwrwrwrwrw
1514131211109876543210
MR15MR14MR13MR12MR11MR10MR9MR8MR7MR6MR5MR4MR3MR2MR1MR0
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

Bit 31 Reserved, must be kept at reset value.

Bit 30 MRx : Event mask on external/internal line x (x = 30)

0: Event request from Line x is masked

1: Event request from Line x is not masked

Bits 29:28 Reserved, must be kept at reset value.

  1. Bit 27 MRx : Event Mask on external/internal line x (x = 27)
    0: Event request from Line x is masked
    1: Event request from Line x is not masked
  2. Bit 27 Reserved, must be kept at reset value.
  3. Bit 26 Reserved, must be kept at reset value.
  4. Bits 25:22 MRx : Event Mask on external/internal line x (x = 25 to 22)
    0: Event request from Line x is masked
    1: Event request from Line x is not masked
  5. Bit 24 Reserved, must be kept at reset value.
  6. Bit 21 Reserved, must be kept at reset value.
  7. Bits 20:19 MRx : Event Mask on external/internal line x (x = 20 to 19)
    0: Event request from Line x is masked
    1: Event request from Line x is not masked
  8. Bit 18 Reserved, must be kept at reset value.
  9. Bits 17:0 MRx : Event Mask on external/internal line x (x = 17 to 0)
    0: Event request from Line x is masked
    1: Event request from Line x is not masked

11.3.3 Rising trigger selection register (EXTI_RTSR1)

Address offset: 0x08

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.TR30Res.Res.Res.Res.Res.Res.Res.TR22Res.TR20TR19Res.TR17TR16
rwrwrwrwrwrw
1514131211109876543210
TR15TR14TR13TR12TR11TR10TR9TR8TR7TR6TR5TR4TR3TR2TR1TR0
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
  1. Bit 31 Reserved, must be kept at reset value.
  2. Bit 30 TRx : Rising trigger event configuration bit of line x (x = 30)
    0: Rising trigger disabled (for Event and Interrupt) for input line
    1: Rising trigger enabled (for Event and Interrupt) for input line.
  3. Bits 29:23 Reserved, must be kept at reset value.
  4. Bit 22 TRx : Rising trigger event configuration bit of line x (x = 22)
    0: Rising trigger disabled (for Event and Interrupt) for input line
    1: Rising trigger enabled (for Event and Interrupt) for input line.
  5. Bit 21 Reserved, must be kept at reset value.

Bits 20:19 TRx : Rising trigger event configuration bit of line x (x = 20 to 19)

0: Rising trigger disabled (for Event and Interrupt) for input line

1: Rising trigger enabled (for Event and Interrupt) for input line.

Bit 18 Reserved, must be kept at reset value.

Bits 17:0 TRx : Rising trigger event configuration bit of line x (x = 17 to 0)

0: Rising trigger disabled (for Event and Interrupt) for input line

1: Rising trigger enabled (for Event and Interrupt) for input line.

Note: The external wake-up lines are edge-triggered. No glitches must be generated on these lines. If a rising edge on an external interrupt line occurs during a write operation in the EXTI_RTSR register, the pending bit is not set.

Rising and falling edge triggers can be set for the same interrupt line. In this case, both generate a trigger condition.

11.3.4 Falling trigger selection register (EXTI_FTSR1)

Address offset: 0x0C

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.TR30Res.Res.Res.Res.Res.Res.Res.TR22Res.TR20TR19Res.TR17TR16
rwrwrwrwrwrw
1514131211109876543210
TR15TR14TR13TR12TR11TR10TR9TR8TR7TR6TR5TR4TR3TR2TR1TR0
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

Bit 31 Reserved, must be kept at reset value.

Bit 30 TRx : Falling trigger event configuration bit of line x (x = 30)

0: Falling trigger disabled (for Event and Interrupt) for input line

1: Falling trigger enabled (for Event and Interrupt) for input line.

Bits 29:23 Reserved, must be kept at reset value.

Bit 22 TRx : Falling trigger event configuration bit of line x (x = 22)

0: Falling trigger disabled (for Event and Interrupt) for input line

1: Falling trigger enabled (for Event and Interrupt) for input line.

Bit 21 Reserved, must be kept at reset value.

Bits 20:19 TRx : Falling trigger event configuration bit of line x (x = 20 to 19)

0: Falling trigger disabled (for Event and Interrupt) for input line

1: Falling trigger enabled (for Event and Interrupt) for input line.

Bit 18 Reserved, must be kept at reset value.

Bits 17:0 TRx : Falling trigger event configuration bit of line x (x = 17 to 0)

0: Falling trigger disabled (for Event and Interrupt) for input line

1: Falling trigger enabled (for Event and Interrupt) for input line.

Note: The external wake-up lines are edge-triggered. No glitches must be generated on these lines. If a falling edge on an external interrupt line occurs during a write operation to the EXTI_FTSR register, the pending bit is not set.

Rising and falling edge triggers can be set for the same interrupt line. In this case, both generate a trigger condition.

11.3.5 Software interrupt event register (EXTI_SWIER1)

Address offset: 0x10

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.SWIER 30Res.Res.Res.Res.Res.Res.Res.SWIER 22Res.SWIER 20SWIER 19Res.SWIER 17SWIER 16
rwrwrwrwrwrw
1514131211109876543210
SWIER 15SWIER 14SWIER 13SWIER 12SWIER 11SWIER 10SWIER 9SWIER 8SWIER 7SWIER 6SWIER 5SWIER 4SWIER 3SWIER 2SWIER 1SWIER 0
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

Bit 31 Reserved, must be kept at reset value.

Bit 30 SWIERx : Software interrupt on line x (x = 30)

If the interrupt is enabled on this line in the EXTI_IMR, writing a '1' to this bit when it is at '0' sets the corresponding pending bit in EXTI_PR resulting in an interrupt request generation.

This bit is cleared by clearing the corresponding bit in the EXTI_PR register (by writing a '1' into the bit).

Bits 29:23 Reserved, must be kept at reset value.

Bit 22 SWIERx : Software interrupt on line x (x = 22)

If the interrupt is enabled on this line in the EXTI_IMR, writing a '1' to this bit when it is at '0' sets the corresponding pending bit in EXTI_PR resulting in an interrupt request generation.

This bit is cleared by clearing the corresponding bit of EXTI_PR (by writing a '1' into the bit).

Bit 21 Reserved, must be kept at reset value.

Bits 20:19 SWIERx : Software interrupt on line x (x = 22 to 19)

If the interrupt is enabled on this line in the EXTI_IMR, writing a '1' to this bit when it is at '0' sets the corresponding pending bit in EXTI_PR resulting in an interrupt request generation.

This bit is cleared by clearing the corresponding bit of EXTI_PR (by writing a '1' into the bit).

Bit 18 Reserved, must be kept at reset value.

Bits 17:0 SWIERx : Software interrupt on line x (x = 17 to 0)

If the interrupt is enabled on this line in the EXTI_IMR, writing a '1' to this bit when it is at '0' sets the corresponding pending bit in EXTI_PR resulting in an interrupt request generation.

This bit is cleared by clearing the corresponding bit of EXTI_PR (by writing a '1' into the bit).

11.3.6 Pending register (EXTI_PR1)

Address offset: 0x14

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.PR30Res.Res.Res.Res.Res.Res.Res.PR22Res.PR20PR19Res.PR17PR16
rc_w1rc_w1rc_w1rc_w1rc_w1rc_w1
1514131211109876543210
PR15PR14PR13PR12PR11PR10PR9PR8PR7PR6PR5PR4PR3PR2PR1PR0
rc_w1rc_w1rc_w1rc_w1rc_w1rc_w1rc_w1rc_w1rc_w1rc_w1rc_w1rc_w1rc_w1rc_w1rc_w1rc_w1

Bit 31 Reserved, must be kept at reset value.

Bit 30 PRx : Pending bit on line x (x = 30)

0: No trigger request occurred

1: Selected trigger request occurred

This bit is set when the selected edge event arrives on the external interrupt line.

This bit is cleared by writing a '1' to the bit.

Bits 29:23 Reserved, must be kept at reset value.

Bit 22 PRx : Pending bit on line x (x = 22)

0: No trigger request occurred

1: Selected trigger request occurred

This bit is set when the selected edge event arrives on the external interrupt line.

This bit is cleared by writing a '1' to the bit.

Bit 21 Reserved, must be kept at reset value.

Bits 20:19 PRx : Pending bit on line x (x = 20 to 19)

0: No trigger request occurred

1: Selected trigger request occurred

This bit is set when the selected edge event arrives on the external interrupt line.

This bit is cleared by writing a '1' to the bit.

Bit 18 Reserved, must be kept at reset value.

Bits 17:0 PRx : Pending bit on line x (x = 17 to 0)

0: No trigger request occurred

1: Selected trigger request occurred

This bit is set when the selected edge event arrives on the external interrupt line.

This bit is cleared by writing a '1' to the bit.

11.3.7 Interrupt mask register (EXTI_IMR2)

Address offset: 0x20

Reset value: 0xFFFF FFFE (See note below)

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.MR32
rw

Bits 31:1 Reserved, must be kept at reset value

Bit 0 MRx : Interrupt mask on external/internal line x, x = 32

0: Interrupt request from Line x is masked

1: Interrupt request from Line x is not masked

Note: The reset value for the reserved lines is set to '1'.

11.3.8 Event mask register (EXTI_EMR2)

Address offset: 0x24

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.MR32
rw

Bits 31:1 Reserved, must be kept at reset value

Bit 0 MR32 : Event mask on external/internal line x, x = 32

0: Event request from Line x is masked

1: Event request from Line x is not masked

11.3.9 Rising trigger selection register (EXTI_RTSR2)

Address offset: 0x28

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.TR32
rw

Bits 31:1 Reserved, must be kept at reset value.

Bit 0 TRx : Rising trigger event configuration bit of line x (x = 32)

0: Rising trigger disabled (for Event and Interrupt) for input line

1: Rising trigger enabled (for Event and Interrupt) for input line.

Note: The external wake-up lines are edge-triggered. No glitches must be generated on these lines. If a rising edge on an external interrupt line occurs during a write operation to the EXTI_RTSR register, the pending bit is not set.

Rising and falling edge triggers can be set for the same interrupt line. In this case, both generate a trigger condition.

11.3.10 Falling trigger selection register (EXTI_FTSR2)

Address offset: 0x2C

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.TR32
rw

Bits 31:1 Reserved, must be kept at reset value.

Bit 0 TRx : Falling trigger event configuration bit of line x (x = 32)

0: Falling trigger disabled (for Event and Interrupt) for input line

1: Falling trigger enabled (for Event and Interrupt) for input line.

Note: The external wake-up lines are edge-triggered. No glitches must be generated on these lines. If a falling edge on an external interrupt line occurs during a write operation to the EXTI_FTSR register, the pending bit is not set.

Rising and falling edge triggers can be set for the same interrupt line. In this case, both generate a trigger condition.r

11.3.11 Software interrupt event register (EXTI_SWIER2)

Address offset: 0x30

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.SWIER32
rw

Bits 31:1 Reserved, must be kept at reset value.

Bit 0 SWIERx : Software interrupt on line x (x = 32)

If the interrupt is enabled on this line in the EXTI_IMR, writing a '1' to this bit when it is at '0' sets the corresponding pending bit in EXTI_PR resulting in an interrupt request generation.

This bit is cleared by clearing the corresponding bit of EXTI_PR (by writing a '1' to the bit).

11.3.12 Pending register (EXTI_PR2)

Address offset: 0x34

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.PR32
rc_w1

Bits 31:1 Reserved, must be kept at reset value.

Bit 0 PRx : Pending bit on line x (x = 32)

This bit is set when the selected edge event arrives on the external interrupt line.

This bit is cleared by writing a '1' into the bit.

11.3.13 EXTI register map

Table 29. External interrupt/event controller register map and reset values

OffsetRegister313029282726252423222120191817161514131211109876543210
0x00EXTI_IMR1Res.MR30Res.Res.MR27Res.MR[25:22]Res.MR[20:19]Res.MR[17:0]
Reset value01111000000000000000000000
0x04EXTI_EMR1Res.MR30Res.Res.MR27Res.MR[25:22]Res.MR[20:19]Res.MR[17:0]
Reset value00000000000000000000000000
0x08EXTI_RTSR1Res.TR30Res.Res.Res.Res.Res.Res.Res.TR22Res.TR[20:19]Res.TR[17:0]
Reset value0000000000000000000000

Table 29. External interrupt/event controller register map and reset values (continued)

OffsetRegister313029282726252423222120191817161514131211109876543210
0x0CEXTI_FTSR1Res.TR30Res.Res.Res.Res.Res.Res.Res.TR22Res.TR[20:19]Res.TR[17:0]
Reset value0000000000000000000000
0x10EXTI_SWIER1Res.SWIER30Res.Res.Res.Res.Res.Res.Res.SWIER22Res.SWIER[20:19]Res.SWIER[17:0]
Reset value0000000000000000000000
0x14EXTI_PR1Res.PR30Res.Res.Res.Res.Res.Res.Res.PR22Res.PR[20:19]Res.PR[17:0]
Reset value0000000000000000000000
0x20EXTI_IMR2Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.MR32
Reset value0
0x24EXTI_EMR2Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.MR32
Reset value0
0x28EXTI_RTSR2Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.TR32
Reset value0
0x2CEXTI_FTSR2Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.TR32
Reset value0
0x30EXTI_SWIER2Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.SWIER32
Reset value0
0x34EXTI_PR2Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.PR32
Reset value0

Refer to Section 2.2 on page 40 for the register boundary addresses.