UM10850
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2016. All rights reserved.
User manual
Rev. 2.4 — 13 September 2016
25 of 464
NXP Semiconductors
UM10850
Chapter 3: LPC5410x Nested Vectored Interrupt Controller (NVIC)
3.4.22 Software Trigger Interrupt Register
The STIR register provides an alternate way for software to generate an interrupt, in
addition to using the ISPR registers. This mechanism can only be used to generate
peripheral interrupts, not system exceptions. the STIR register is not available for the
Cortex-M0+.
By default, only privileged software can write to the STIR register. Unprivileged software
can be given this ability if privileged software sets the USERSETMPEND bit in the CCR
register.
The interrupt number to be programmed in this register is listed in
.
Table 24.
Interrupt Priority Register 10
Bit
Name
Function
4:0
-
Unused
7:5
IP_RIT
Repetitive interrupt Timer interrupt priority. 0 = highest priority. 31 (0x1F) = lowest priority.
31:8
-
Reserved
Table 25.
Software Trigger Interrupt Register (STIR)
Bit
Symbol
Description
8:0
INTID
Writing a value to this field generates an interrupt for the specified the interrupt number.
31:9
-
Reserved. Read value is undefined, only zero should be written.