Replies: 1 comment
-
Ho @czKanev |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi everyone,
Im struggling with a simple task. I have a one button LED device. I want to use STM32LowPower lib to put the stm to deepsleep after I cycle through funtioncs and then again to wake up on next push of the button.
But as soon I attach the wakeuppin, the button works anymore properly and try to wakeup the stm every time the button is pushed and do nothing else.
On atmega I used to detach the wakeuppin every time after wakeup and attached it just before sleep. It worked wonderfully.
Is ist possible to disable/detach wakeuppin?
I tried hal_pwr_disablewakeuppin but without any result.
The STM32 I use is F030C8T6TR
Thank You for any advice
Beta Was this translation helpful? Give feedback.
All reactions