2018-10-29 06:47 PM
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
2018-10-29 07:19 PM
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
2018-10-29 08:38 PM
Hi
NOT STOP, STANDBY
I mean that power off MCU, not power saving mode
Thanks