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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

563 Views
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?

Labels (1)
Tags (1)
0 Kudos
2 Replies

472 Views
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 Kudos

472 Views
felix1
Contributor IV

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

0 Kudos