Skip to main content
rahuj.1
Associate
November 28, 2022
Solved

is it possible disable buck boost regulator 3.3 (stm32mp157c pmic) during system suspend from dtsi configs ?

  • November 28, 2022
  • 1 reply
  • 785 views

..

This topic has been closed for replies.
Best answer by PatrickF

Hi @rahuj.1​ 

During system STANDBY, the VDD (usually STPMIC1 buck3) must be kept powered in order to allow wake-up from STM32MP15x RTC/TAMP IP or WKUP pins (which will make PWR_ON pin to go high which ask STPMIC1 to restore supplies which has been shutdown). Other supplies are usually shutdown if not requested by peripherals (managed by Linux).

If you want to fully shutdown the system, this is possible by asking STPMIC1 to completely shutdown, but then, only STPMIC1 could power-on again the system (from STPMIC1 PONKEYn or WAKEUP pins).

See also https://wiki.st.com/stm32mpu/wiki/Regulator_overview

and https://wiki.st.com/stm32mpu/wiki/How_to_define_your_low-power_strategy

 

Regards.

1 reply

PatrickF
PatrickFBest answer
ST Employee
November 28, 2022

Hi @rahuj.1​ 

During system STANDBY, the VDD (usually STPMIC1 buck3) must be kept powered in order to allow wake-up from STM32MP15x RTC/TAMP IP or WKUP pins (which will make PWR_ON pin to go high which ask STPMIC1 to restore supplies which has been shutdown). Other supplies are usually shutdown if not requested by peripherals (managed by Linux).

If you want to fully shutdown the system, this is possible by asking STPMIC1 to completely shutdown, but then, only STPMIC1 could power-on again the system (from STPMIC1 PONKEYn or WAKEUP pins).

See also https://wiki.st.com/stm32mpu/wiki/Regulator_overview

and https://wiki.st.com/stm32mpu/wiki/How_to_define_your_low-power_strategy

 

Regards.

In order to give better visibility on the answered topics, please click on 'Best Answer' on the reply which solved your issue or answered your question.Tip of the day: Try Sidekick STM32 AI agent