Hi,
This scenario does not seem to be covered by the manual.
That is, if STOP is executed while IRQ is held low, does it enter stop mode and immediately come out?
OR
Does it simply continue on as if it wasn't there?
The following two statements seem to indicated that it is level triggered:
5.5.2 External Interrupt Request (IRQ) Pin
External interrupts are managed by the IRQSC status and control register. When the IRQ function is
enabled, synchronous logic monitors the pin for edge-only or edge-and-level events. When the MCU is in
stop mode and system clocks are shut down, a separate asynchronous path is used so the IRQ (if enabled) can wake the MCU.
3.6.1
.....
Exit from stop1 is performed by asserting either of the wake-up pins on the MCU: RESET or IRQ. IRQ is
always an active low input when the MCU is in stop1, regardless of how it was configured before entering
stop1.