2014-08-05 05:58 AM
Using an STM32F103, I want to wake from Stop mode by RTC alarm after 5 seconds.
I have set EXTI on UART_RX and #17 for RTC.Here is what I know:However, when MCU is in Stop mode, it appears that the RTC counter doesn't advance at all. After Stop for 10sec, the RTC time is only 1sec later than when we entered Stop mode.
It seems I'm missing something like ''Enable RTC clock in Stop Mode''.Can anyone give me a tip?Best, Chris2014-08-05 07:15 AM
It seems I'm missing something like...
Like the LSI is in the wrong power domain, use the LSE2014-08-05 07:16 AM