cancel
Showing results for 
Search instead for 
Did you mean: 

How to enter shutdown mode?

cyt
Associate II

I use STM32F091RB MCU.

If I want to make MCU shutdown, how to enter shutdown mode?

Is there any HAL API or something else?

Thanks

2 REPLIES 2

STOP or STANDBY?

STM32Cube_FW_F0_V1.9.0\Projects\STM32091C_EVAL\Examples\PWR\PWR_STOP\Src\main.c

STM32Cube_FW_F0_V1.9.0\Projects\STM32091C_EVAL\Examples\PWR\PWR_STANDBY\Src\main.c

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
cyt
Associate II

Hi

NOT STOP, STANDBY

I mean that power off MCU, not power saving mode

Thanks