cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L475 - STOP2 multiple wake up modes

PVall
Associate II

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?

1 ACCEPTED SOLUTION

Accepted Solutions

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

JW

View solution in original post

2 REPLIES 2

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

JW

Excellent. Thanks Jan!