STM32WLE5 Exit stop mode 2 on EXTI or RTC timer
I cannot get STM32WLE5 (on a RAK3172 module) to exit from stop mode on either RTC timer or rising EXTI pin.
I'm using STM Cube HAL functions and the stm32_lpm_if.c library. I have tried pin PB3 as either EXTI3 or as PWR_WKUP3. If I use EXTI3, I set an interrupt handler. The handler gets called when the pin goes high in normal running, but when in stop2 mode, it does not wake up.
Does anyone have example code using this chip/module to do a wakeup on timer OR external pin?
