cancel
Showing results for 
Search instead for 
Did you mean: 

Power On-Off sequence for STM32N657X0H3Q

kadam
Associate II

Hello Team,

We are using the internal SMPS configuration for the core power supply. However, the power-up sequence does not specify the timing requirements for the different stages.

Could you please provide the timing details for the following?

 

  • What should be the time duration for the PWR_ON signal to transition from low to high while VDD and VDDA18AON are rising (Step 1)?
  • After PWR_ON goes high, what is the required time duration for VDDA18PMU / VDDSMPS to rise (Step 2)?
  • What is the exact meaning and function of the SDEN signal?
  • Are there any additional considerations or recommended guidelines to be followed during the power-up and power-down sequence?

 

kadam_1-1776334711632.png

Thanks

 

4 REPLIES 4
FBL
ST Employee

Hello @kadam 

  1. Based on AN5967, once VDD and VDDA18AON are above the POR threshold, the external voltage regulator providing VDDA18PMU and VDDSMPS supplies is enabled via the PWR_ON signal.

FBL_0-1776703368745.png

  • VDDA18PMU / VDDSMPS must rise after PWR_ON has enabled the external regulator.
  • SDEN is used to enable or disable the SMPS path.

I hope it's clear

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.




Best regards,
FBL
kadam
Associate II

Hello FBL,

Thank you for your suggestion.

In our custom board design, we are using only one regulator to generate 1.8V.

Could you please suggest us which power tree will be suitable to manage power up sequence?

Option-1

kadam_0-1777029749341.png

Option-2

kadam_1-1777029781683.png

Option-3

kadam_3-1777030578941.png

 

Regards,

Kadam

kadam
Associate II

Hello FBL,

Could you please help us with requested information?

Regards,

Kadam

 

FBL
ST Employee

 

Hi  @kadam 

Sorry for my late reply.

Option 2 is a suitable choice for your board architecture. It keeps VDDIO and VDDA1V8_AON powered first, so the MCU always-on domains are available before the other supplies.

Then, depending on your regulator arrangement, assert PWR_ON to enable the SMPS path and generate VDDCORE.

After that, you can power the remaining supplies, such as: VDDA1V8 VDDA18USB VDDA18CSI ..

You can refer to board schematics as reference.

FBL_0-1778572675805.png

 

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.




Best regards,
FBL