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?
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!
-------------------------------------------------------------------------------
Finally, I modify enum _host_capability{...} of fsl_sdmmc_host.h to bypass switch voltage, and It seems ok.