Problem with RTC and wakeup of stm32f103
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
RTC
-
STM32F1 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-27 6: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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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!
