2020-09-26 10:25 AM
Status from reads: WUTE is enabled, WUT shows what I set, RTC is enabled, and the WUTF flag is correctly being set every so often (and manually being cleared during GPIO interrupts I'm troubleshooting with).
What's not happening: The EXTI interrupt is not being fired; the device is not waking up from sleep. It can be woken up from an EXTI fired from GPIO. This is hopefully enough to narrow it down: The RTC wakeup timer itself is working, but it's not triggering the interrupt. What needs to be accomplished to fix this? It should trigger the interrupt once WUTF gets set.
WUT setup steps:
Interrupt setup steps. Note that this works for GPIO interrupts:
Thank you!
Solved! Go to Solution.
2020-09-26 01:24 PM
Solved: Need to set WUTIE in rtc CR register.
2020-09-26 01:24 PM
Solved: Need to set WUTIE in rtc CR register.