Shutdown not works form STM32LowPower library #2935
Unanswered
funnypinky
asked this question in
Libraries
Replies: 1 comment 1 reply
-
|
Shutdown reset the board . Then you have some time to Boots. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I'm currently testing the shutdown method from the STM32LowPower library. But it doesn't seem to be working correctly, because after a short interval of about 5 seconds, the board reboots. I've tried TimedWakeup and binTimedWakeup, so I replaced deepSleep with shutdown. But it doesn't work. I'm using the Lora E5 mini board.
static uint32_t atime = 120000; static uint32_t time_ts;I'm not sure if I'm making a mistake in how I'm using it.
Thanks a lot,
Funnypinky
Beta Was this translation helpful? Give feedback.
All reactions