SD card leak voltage with i.MX6Q.

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

SD card leak voltage with i.MX6Q.

跳至解决方案
1,051 次查看
keitanagashima
Senior Contributor I

Dear Sir or Madam,

Hello.

My customer wants to keep only VDD voltage for SD card during 256 ms, to prevent data destruction at the power off.

(i.e. NVCC_SD is Low. VDD voltage was kept for 256 ms)

But, because DATA3 of SD card has internal pull-up, the leak voltage occurs via SD_DATA3 and NVCC_SD line.

There are possibility that the leak voltage occurs about SD_DATA3=700[mV] and NVCC_SD=150[mV] during power off to 256ms by customer's measured data on the their past i.MX6 product.

*Refer to attache file.

[Question]

If the system drops on 0[V] by next time power on, is there possibility of the latch-up of i.MX6?

Best Regards,

Keita

标签 (5)
0 项奖励
1 解答
802 次查看
art
NXP Employee
NXP Employee

The i.MX6 Series Hardware Development Guide document states that no I/O signals of the processor should be driven by any external voltage when the corresponding NVCC_xxx supply is powered off. So, the solution, implemented by your customer, is not allowed. The better way seems to properly shut down a SD card in software before powering off the whole system.


Have a great day,
Artur

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

在原帖中查看解决方案

0 项奖励
1 回复
803 次查看
art
NXP Employee
NXP Employee

The i.MX6 Series Hardware Development Guide document states that no I/O signals of the processor should be driven by any external voltage when the corresponding NVCC_xxx supply is powered off. So, the solution, implemented by your customer, is not allowed. The better way seems to properly shut down a SD card in software before powering off the whole system.


Have a great day,
Artur

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

0 项奖励