Forum Discussion
Altera_Forum
Honored Contributor
12 years agoFrom what I understand is that all SDCards uses the 3.3V interface at startup. Then a configuration(ACMD41/CMD11) is needed to turn the interface to 1.8V. This is only the voltage used on the data&control lines, the power supply should always be 3.3V (2.7V - 3.6V)
You can read a summary on wikipedia : http://en.wikipedia.org/wiki/sdcard there is a topic "electrical interface". or the complete story in https://www.sdcard.org/downloads/pls/simplified_specs/archive/part1_301.pdf page 15 The SD/MMC controller of the SOC of the Cyclone V can work in 4 modes. DS/HS and requires an interface of 3.3V and SDR12/SDR25 that requires 1.8V. The speed is however the same, maximum 25MBps. This will thus probably depends if you are using/supporting the "old" SD cards or only the SDHC/SDXC. I did not find what will happen when you connect an old SD to a cyclone configured to 1.8V