I'am using the Lib stm32duino/STM32duino Low Power@^1.2.5 (https://github.com/stm32duino/STM32LowPower)
But if I send the STM32 in sleep-mode with LowPower.deepSleep(5000) for 5 seconds it also wakes up at GPIO Interrupt without attachInterruptWakeup(...)
Is that the correct behavior? And if so, is it possible to disable. I don't want to wake it up through a interrupt which is triggered by magnet-switches from a wind speed sensor.
Here a Screencapture of my simple Test-Sketch. If tried it with bluepill (F103CB) and blackpill (F411CE)
