Skip to main content
PVall
Associate III
February 23, 2021
Solved

STM32L475 - STOP2 multiple wake up modes

  • February 23, 2021
  • 2 replies
  • 800 views

I have the STM32L475 working in STOP2 wake up as WFE based on the RTC. I would now like to add in an external interrupt source (WFI). There doesn't appear to be a way to use both a WFI and a WFE as wake up. The only way I could see would be to have an external clock provide similar timing as the RTC, but that would defeat a lot of the low power benefits. Is there anyway the RTC wake up can be gated with an external signal?

This topic has been closed for replies.
Best answer by waclawek.jan

External pin can generate an event, too - read the EXTI chapter in RM.

JW

2 replies

waclawek.jan
waclawek.janBest answer
Super User
February 23, 2021

External pin can generate an event, too - read the EXTI chapter in RM.

JW

PVall
PVallAuthor
Associate III
February 24, 2021

Excellent. Thanks Jan!