LPTIM_ISR_ARROK in LPTIM1_ISR never gets set on STM32L4
Hi I am wanting to use the LPTIM to break out of STOP2. I have a function to set the timer, and go into stop mode. After setting LPTIM1->ARR, LPTIM_ISR_ARROK in the LPTIM1->ISR is never set. After X amount of seconds, the STOP2 exits as expected,...