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
Line 33: Line 33:
 
[[File:ETRA-power-sequence.png | 800px]]
 
[[File:ETRA-power-sequence.png | 800px]]
  
The PSU:
+
The PMIC:
 
* generates the proper power-up sequence required by the SOC processor and surrounding memories and peripherals
 
* 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
 
* synchronizes the powering up of carrier board in order to prevent back power
Line 40: Line 40:
 
=== Power-up sequence===
 
=== Power-up sequence===
  
''TBD: descrizione dei segnali che intervengono nella PS''
+
The typical power-up sequence is the following:
 +
# VIN_SOM main power supply rail is powered
 +
# PMIC initiates the powerup sequence needed by STM32MP1 SoC
 +
# VDD rail is powered and the SOM_PGOOD signal is asserted
 +
# PMIC deassert processor reset and check it's status
  
 
==== Note on SOM_PGOOD usage ====
 
==== Note on SOM_PGOOD usage ====

Revision as of 08:32, 31 December 2020

History
Version Issue Date Notes
0.9.0 Dec 2020 First Draft
[TBD_link X.Y.Z] Month Year TBD
... ... ...


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.