About SD Card Power Down

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

About SD Card Power Down

跳至解决方案
1,880 次查看
goto11
Contributor III

Hello,Community

As shown below, at power down, CLK, CMD and DATA must be logic 0.

For example, if you use SW_MUX_CTL_Register(IOMUXC_SW_MUX_CTL_PAD_SD1_CLK) for ALT0_SD1_CLK and use it as a clock, do you have to perform the following processing at power down?

Or can the program force a logical 0 to be output?

1.Change the allocation to 100kPD(IOMUXC_SW_PAD_CTL_PAD_SD1_CLK).
2. Change the allocation to ALT5_GPIO5_IO3(IOMUXC_SW_MUX_CTL_PAD_SD1_CLK).
3. Assign to input with GPIOx_GDIR.

pastedImage_1.png

best regards

Goto

标签 (1)
0 项奖励
回复
1 解答
1,834 次查看
igorpadykov
NXP Employee
NXP Employee

Hi GoTo

you are right, one can force signals to logical 0 in software

using your sequence.


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

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,835 次查看
igorpadykov
NXP Employee
NXP Employee

Hi GoTo

you are right, one can force signals to logical 0 in software

using your sequence.


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

0 项奖励
回复