Could you mention what sleep mode does each case use? #2767
Unanswered
alexceltare2
asked this question in
WiKi
Replies: 1 comment
-
The STM32LowPower API were developped based on https://github.com/arduino-libraries/ArduinoLowPower API. https://github.com/stm32duino/STM32LowPower/tree/main?tab=readme-ov-file#hardware-state You could check the code to find for the series you used the STM32 LP mode called. https://github.com/stm32duino/STM32LowPower/blob/main/src/STM32LowPower.cpp |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
STM bibliography mentions the following cases:
(++) Run. (normal operation)
(++) Sleep.
(++) Stop 0.
(++) Stop 1.
(++) Stop 2.
(++) Stop 3.
(++) Standby.
(++) Shutdown.
But the LowPower Library has:
How do these cases tie up to the official STM cases?
Beta Was this translation helpful? Give feedback.
All reactions