8 years, 9 months ago.

st nucleo l152 and power consumption

Hi to all, i am using a stm32L152, i have this question can i use Low‐power sleep mode for reduce the consumption of my board? can you see a example or how to for see it

best regards. A.

1 Answer

8 years, 9 months ago.

you can use sleep() which halts the CPU until the next interrupt occurs. deepsleep() is another option which turns off some subsystems. However I am unable to get down to a few uA as documented in the data sheet.

Accepted Answer

thanks for your reply, i know sleep() and deepsleep() but i think the mbed libraries don't implement this interesting application

posted by Antoniolinux B. 15 Jul 2015