IMX6S supply sequence

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX6S supply sequence

Jump to solution
903 Views
王剑翰
Contributor III

I found the power-up sequence restrictions in 4.2.1 Power-Up Sequence of IMX6SDLIEC.pdf.

My customer not use external SRC_POR_B signal(left unconnected) and also not use PMIC design. Other design is refer to SPF-27516_C3.pdf(Sabre_sdb Schematics).

Their design's power-up sequence is also not same with SPF-27516_C3.pdf(Sabre_sdb Schematics).

1)Customer's 1.425V supply(VDD_SOC/VDD_ARM_IN) power up after the DDR3 supply(the sequence is not the same with the Sabre_sdb supply  sequence).

2)In Sabre_sdb supply sequence, DDR_VREF power up in the same sequence with DDR_1.5V. But in customer's design, VREFDDR0.75V power up before DDR3 1.5V supply(more than 14.5ms).

I don't know whether the sequence is OK as I can not find any restrictions information for the case.

Thank you for your help and look forward to your kindly answer.

Labels (1)
0 Kudos
1 Solution
619 Views
Yuri
NXP Employee
NXP Employee

   I think Your power up sequence can violate the next restriction :

All i.MX6 I/O pins should not be externally driven while the I/O power supply
for the pin (NVCC_xxx) is OFF. This can cause internal latch-up and malfunctions
due to reverse current flows.

  The recommended power up sequence (agree - it is not clearly described) is as following :

1) VDD_SNVS_IN (+optional VDD_HIGH_IN)

2) VDD_ARMx_IN / VDD_SOC_IN

3) all other supplies.


Have a great day,

Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
3 Replies
620 Views
Yuri
NXP Employee
NXP Employee

   I think Your power up sequence can violate the next restriction :

All i.MX6 I/O pins should not be externally driven while the I/O power supply
for the pin (NVCC_xxx) is OFF. This can cause internal latch-up and malfunctions
due to reverse current flows.

  The recommended power up sequence (agree - it is not clearly described) is as following :

1) VDD_SNVS_IN (+optional VDD_HIGH_IN)

2) VDD_ARMx_IN / VDD_SOC_IN

3) all other supplies.


Have a great day,

Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
619 Views
王剑翰
Contributor III

Hi Yuri,

Thank you for your kindly answer.

Could you help to give a reason about the VDD_ARMx_IN / VDD_SOC_IN should be power-up before all other supplies except VDD_SNVS_IN?

0 Kudos
619 Views
Yuri
NXP Employee
NXP Employee

Providing VDD_ARMx_IN / VDD_SOC_IN  power-up before all other supplies allows to avoid unpredictable
(GPIO) pin states during power up.

~Yuri.