User Activity

Posted on November 18, 2015 at 16:51I resolved my problem, I had to enable the interrupt into the NVIC, before activating the WKUP_IT:    /* Enable and set RTC_WKUP_IRQ */    HAL_NVIC_SetPriority(RTC_WKUP_IRQn, 2, 0);    HAL_NVIC_EnableIRQ(RTC_WKUP_...