Hey all I'm running into a weird issue on the nRF91 and GPIOTE. - I've got an external RTC with an alarm interrupt signal. - When the signal goes low (active), the device wakes up just fine. - However, when the signal goes low (active) while the firmware is running, the GPIOTE doesn't detect it straight away. - I've got an extra task checking the pin state every couple of microseconds and it is able to log the pin state accurately (as in the same as the oscilloscope signal) - So the task detects the pin going low, but the GPIOTE doesn't even though it's configured properly - After a new alarm is set on the RTC, then the GPIOTE triggers. The signal doesn't change, it's still low, so probably *something* in the code changes. Has anybody seen anything like this before? Any ideas? I'm using embassy and its nrf hal for this. The modem is not turned on in this situation (but it happens with the modem on too)