User Activity

I hope I posted in the right spot. I'm using a STM32F405RG cpu. I can't figure out how to sleep and wake up using the timer. The code I found online uses 'pwr_enter_standby_mode()' which may affect the reason why I can't wakeup. I see in RTClock.h th...