IMX6S supply sequence

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

IMX6S supply sequence

跳至解决方案
1,023 次查看
王剑翰
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 解答
739 次查看
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 回复数
740 次查看
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 项奖励
回复
739 次查看
王剑翰
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 项奖励
回复
739 次查看
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.