How to wakeup from STOP mode by using RTC and EXTI?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-26 5:10 AM
I'm using an STM32L051R8 in STOP mode with a 32.768KHz external crystal (LSE) that drives the RTC.
I have set the RTC to generate periodic wakeup interrupts every X seconds, It's working.
But I also want to wakeup using the external interrupt, whenever external interrupt generated by the LIS2DE12.
So, please help me how to do that.......
Labels:
- Labels:
-
GPIO-EXTI
-
Power
-
RTC
-
STM32L0 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-26 5:35 AM
EXTI interrupt can wakeup the MCU. Configure a pin as EXIT and it should work. For detaiols see 6.3.6 Exiting low-power mode in the Ref.Man. and/or watch avideo (other MCU): https://youtu.be/UtQhc4XV8k4
hth
KnarfB
