rtc.wakeup and PAO wakeup conflict! #15525
Unanswered
xtbwqtq
asked this question in
STM32 / Pyboard
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using this code I can wake up PA0, but if it is woken up by rtc.wakeup, the LED will keep flashing, it looks like it is constantly restarting. When I don't use stm.mem32[stm.PWR + stm.PWR_CSR] |= 1 << 8, there will be no problem, but I can't use PA0 to wake up
Beta Was this translation helpful? Give feedback.
All reactions