I am using a STM32L476. I am using the counter mode on the low power timer to generate an interrupt after a given period. When I am in run mode, this interrupt works just fine. However, when I use the interrupt to try and wake the MCU from Stop2, I g...