Skip to main content
Visitor II
July 1, 2024
Solved

Clarification on Reset Behavior When Exiting SHUTDOWN Mode in STM32G0 Series

  • July 1, 2024
  • 2 replies
  • 1008 views

Hello,

I am working on a project with the STM32G0 series microcontroller. The MCU goes into the 'SHUTDOWN' state and wakes up when the wakeup timer times out. In the reference manual, it is mentioned that wakeup with BOR (Brown-Out Reset) is not available in SHUTDOWN mode.

Anagha_Sasindran_0-1719839704356.png

The manual also states that a power reset is generated when exiting from SHUTDOWN.

Anagha_Sasindran_1-1719839735742.png

Additionally, it is mentioned that BOR is generated when exiting from SHUTDOWN.

Anagha_Sasindran_2-1719839784164.png

Could you clarify which reset is actually occurring when exiting SHUTDOWN mode?

    This topic has been closed for replies.
    Best answer by Simon.T

    Hello @Anagha_Sasindran ,

     

    Indeed the BOR is not available in shutdown mode, this is why after exiting shutdown a power-on reset is generated. For the next document revision, the mention of "brown-out reset" when exiting shutdown will be replaced by "power-on reset".

     

    Best regards,

     

    Simon

    2 replies

    Simon.TAnswer
    ST Employee
    July 15, 2024

    Hello @Anagha_Sasindran ,

     

    Indeed the BOR is not available in shutdown mode, this is why after exiting shutdown a power-on reset is generated. For the next document revision, the mention of "brown-out reset" when exiting shutdown will be replaced by "power-on reset".

     

    Best regards,

     

    Simon

    Visitor II
    August 6, 2024

    Thanks Simon for the response.