cancel
Showing results for 
Search instead for 
Did you mean: 

Sleep stop standby mode - when to use them

StanCosgrove
Associate II

Hi i m currently coding standby mode to conserve battery energy a application, i know its the lowest current consumption, what and when to use the 3 modes? 

which mode should i use if i wana save battery life yet i still want SPI DMA to transfer in the background? 

3 REPLIES 3
Andrew Neil
Evangelist III

The datasheet describes the various features & restrictions in each of the low power modes.

So you consider those features & restrictions, and see which mode best fits the requirements of your particular project.

In general, the deeper the "sleep", the more power you will save - but the less you can do while sleeping, the fewer options you have for wakeup, and the longer it will take to wake up.

Some of the lowest power modes will lose things like memory contents and register settings - which may or may not be a problem to your particular application...

Sarra.S
ST Employee

Hello @StanCosgrove

Each mode offers different levels of power conservation and functionality, please check Getting started with PWR

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.