Could you mention what sleep mode does each case use? #2767
Replies: 2 comments
-
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.
-
OK, so according to my research, the following modes are used: |
Beta Was this translation helpful? Give feedback.
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 literature 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