evkbimxrt1050_sdcard_fatfs_freertos example from SDK 2.6.0, how to change to just use voltage 3.3v only?

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

evkbimxrt1050_sdcard_fatfs_freertos example from SDK 2.6.0, how to change to just use voltage 3.3v only?

732 次查看
felix1
Contributor IV

Use SD card example from SDK 2.6.0, test 4 SD card in EVK (support 1.8v and 3.3v) are all pass. To test in my custom board (just support 3.3V) is one pass but three fail. They all fail in command 11, SDMMC_SwitchToVoltage() function. 

How can I fix this example to just support 3.3v?

标签 (1)
标记 (1)
0 项奖励
回复
2 回复数

641 次查看
jorge_a_vazquez
NXP Employee
NXP Employee

Hi Felix Shih

They are some SD cards that need to operate at 1.8V, so it doesn't depend on the SD module from the RT or the SD example, it is a standard requirement from the SDcards.


Have a great day,
TIC

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

0 项奖励
回复

641 次查看
felix1
Contributor IV

Finally, I modify enum _host_capability{...} of fsl_sdmmc_host.h to bypass switch voltage, and It seems ok.

0 项奖励
回复