CMS32L051 User Manual |Chapter 18 Interrupt Function
www.mcu.com.cn 622 / 703
18.4 Operation of interrupt handling
18.4.1 Acceptance of maskable interrupt requests
If the interrupt request flag is set to 1 and the masked (MK) flag for the interrupt request is cleared 0, it
enters a state that accepts maskable interrupt requests and can pass the interrupt request to NVIC.
From setting the interrupt request flag to 1 to setting the IRQ of the CPU to 1, only 1 clock is required.
18.4.2 Acceptance of non-maskable interrupt requests
If a non-maskable interrupt request is generated, the interrupt request flag is set to 1 and passed directly
to NVIC.
From the interrupt request flag being set to 1 to the CPU's NMI being set to 1, only 1 clock is required.