Question
problem with wakeup from stop mode
Posted on July 23, 2013 at 21:42
Hi, I've got some difficulties with wake uC up from stop mode. Firstly I copied example from Std Periph Library for STM32F103: it uses alarm from RTC to wake up. I implemented it and everything was OK. But next - I try to make the same in FreeRTOS - I change clock source for tick interrupt to RTC - alarms from RTC generate tick interrupts. I want to get into stop mode in idle hook function and wake up when alarm from RTC happens, but it doesn't work. I didn't change configuration of NVIC and EXTI. I'm clueless why...
Thanks for attention and help