IMX6S supply sequence

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IMX6S supply sequence

ソリューションへジャンプ
1,028件の閲覧回数
王剑翰
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.

ラベル(1)
0 件の賞賛
返信
1 解決策
744件の閲覧回数
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 件の賞賛
返信
3 返答(返信)
745件の閲覧回数
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 件の賞賛
返信
744件の閲覧回数
王剑翰
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 件の賞賛
返信
744件の閲覧回数
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.