RTC alarm handler does not want to work
Posted on February 13, 2014 at 09:34Good day,Like topic said, the alarm handler does not to work, but if I do like this:while (!RTC_GetITStatus(RTC_IT_ALRA));printf(''\nALARM''); //it worksHere is my code: int main(void){ NVIC_InitTypeDef NVIC_Ini...