HW Timer Server Wakeup Period / Low Power Manager / Sequencer
I am trying to use the HW Timer Server Library, Low Power Manager and Sequencer on an STM32WB to wakeup/sleep my system to/from STOP2 mode. It seems that the system checks the timer once per second. I am monitoring the STM32WB power using STM32CUBEMonitorPower and the XNUCLEOLPM01A.
In the image below I have set a timer server for 5000ms and then go to STOP2. It is expected behaviour to have the system wake up once per second to check the state and then go back to sleep?

PS: More info on Low Power Manager, Timer Server and Sequencer in AN5289 Section 4.
EDIT: In this example I am just going to SLEEP power state not STOP2 as I wanted to use the debugger.
