STM32F407 stuck in RTC wakeup handler
platform:rtems there is my setup, the RTC get time works finevoid rtc_wakeup_setup() { rtc_write_enable(); // set wakeup clock // Disable the wake-up counter printk("wakeup block begin\n"); STM32F4_RTC_CR &= ~STM32F4_RTC_CR_W...