Difference between revisions of "ETRA SOM/ETRA Hardware/Power and Reset/Power Supply Unit (PSU) and recommended power-up sequence"

From DAVE Developer's Wiki
Jump to: navigation, search
(Power Supply Unit (PSU) and recommended power-up sequence)
Line 14: Line 14:
 
|}
 
|}
 
<section end="History" />
 
<section end="History" />
 +
 +
__FORCETOC__
 +
 
<section begin="Body" />
 
<section begin="Body" />
  

Revision as of 10:47, 24 February 2021

History
Version Issue Date Notes
1.0.0 Dec 2020 First Release




Power Supply Unit (PSU) and recommended power-up sequence[edit | edit source]

Implementing correct power-up sequence for STM32MP1 processors is not a trivial task because several power rails are involved.

ETRA SOM includes a PMIC that manage all the power on and poweroff timings to ensure the correct sequence

The following picture shows a simplified block diagram of PSU circuitry:

ETRA-power-sequence.png

The PMIC:

  • generates the proper power-up sequence required by the SOC processor and surrounding memories and peripherals
  • synchronizes the powering up of carrier board in order to prevent back power
  • provides some spare regulated voltages that can be used to power carrier board devices

Power-up sequence[edit | edit source]

The typical power-up sequence is the following:

  1. VIN_SOM main power supply rail is powered
  2. PMIC initiates the powerup sequence needed by STM32MP1 SoC
  3. VDD rail is powered and the SOM_PGOOD signal is asserted
  4. PMIC deassert processor reset and check it's status

Note on SOM_PGOOD usage[edit | edit source]

SOM_PGOOD is generally used on carrier board to drive loads such as DC/DC enable inputs or switch on/off control signals.

Depending on the kind of such loads, SOM_PGOOD might not be able to drive them properly. On ETRA SOM this signal is driven by the VDD rail so, if many loads has to be driven, connect them to the VDD output pins through a resistor.