2021-06-26 12:51 PM
I need help with standby mode and rtc wakeup.
If I set date/time and RTC-Alarm time, I don't get an RTC - interrupt.
I guess this is why the stm32f103 don't wake up from deep sleep.
Do anyone have an link (or code) to an example using RTC amd wakeup from standby mode?
Best regards
Ola
Solved! Go to Solution.
2021-06-27 12:03 PM
If someone stumbles across this thread in the future... Nearly every example found is using the std lib and not the "new" HAL libraries. I found this link with a lot of examples for stm32f103 "blue pill" boards for stm32cubeide, which is great!
2021-06-27 06:18 AM
Need to be using LSE to keep clocking
Should be multiple examples under the CubeF1 trees for various boards, either under PWR or RTC nodes
2021-06-27 12:03 PM
If someone stumbles across this thread in the future... Nearly every example found is using the std lib and not the "new" HAL libraries. I found this link with a lot of examples for stm32f103 "blue pill" boards for stm32cubeide, which is great!