stm32sleep icon indicating copy to clipboard operation
stm32sleep copied to clipboard

Helper library for using Stop & Standby modes with STM32duino

Results 7 stm32sleep issues
Sort by recently updated
recently updated
newest added

Does this library mandate using the STM32Duino bootloader? Or is there some implicit dependency? I have a project where I'm going into standby and waking up on the WKUP pin...

Another mode to exit standby mode is by set EWUP of PWR_BASE->CSR to enable the WKUP pin.

Awesome library.. I'm trying to use the stop mode to lower power consumption. The only problem is that I want to use the activity of a pin to wake up...

New to stm32duino and trying to get some more advanced features working. Is there a way to get this to work with my F303? I really want to sue the...

I am not able to use DS3231 RTC along with sleep. Is there a way to avoid the sleep mode messing with DS3231 library?

The signature is `void sleepAndWakeUp(SleepMode mode, RTClock *rt, uint8_t seconds);` So 8 bits which gives us 255s or 4.25 minutes. Is there any reason not to use uint32_t so we...

1) Repository should be renamed to match library case, STM32Sleep 2) You can add your email and re-check library.properties file. After that, you can create a release called 1.0.0 (or...