STM32WL SubGHz with STOP2 mode - unexpected current after first wakeup
I'm trying to get a handle on using the Sub Ghz middleware along with the processor's low power modes. I've configured an X-NUCLEO-LPM01A to power the NUCLEO-WL55JC, following the instructions from the STM32WL webinar, so I can take some measurements.
I'm using LPTIM1 to generate an interrupt every 4 s where I then transmit a short packet with the radio configured for FSK modulation. The radio is set to sleepmode in the TX complete callback. and the processor set to enter stop 2 mode again. For the first time the board is powered down in STOP 2, I measure the expected 2.5 uA, but as soon as the first radio packet is sent, the current doesn't go below 650 uA. (See the attached screenshot)
Does anyone have any insight as to what it could be? It seems to me that something is preventing the processor from entering the STOP 2 mode again. Could it be an unhandled interrupt? I also can't tell if the radio is set to sleep successfully after that first transmit.
Any assistance would be greatly appreciated
