Skip to main content
cyt
Associate II
October 30, 2018
Question

How to enter shutdown mode?

  • October 30, 2018
  • 2 replies
  • 833 views

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

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    October 30, 2018

    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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
    cyt
    cytAuthor
    Associate II
    October 30, 2018

    Hi

    NOT STOP, STANDBY

    I mean that power off MCU, not power saving mode

    Thanks