Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

SD card access

Is there some resource (eg datasheet) describing how to access an SD card from my DE2-115 board?

The manual mentions using custom controllers to access the card in "SPI mode and SD Card 4-bit or 1-bit mode". What is meant by these?

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    The manual mentions using custom controllers to access the card in "SPI mode and SD Card 4-bit or 1-bit mode". What is meant by these?

    --- Quote End ---

    "Custom" in this sense means they don't supply the controller. You either design it yourself, or purchase Intellectual Property (IP) from one of the vendors such as SLS, Cast, Eureka, or El Camino that has developed it. Terasic may have one that they recommend.

    If you're referring to the modes, those are standard means of communicating with SD cards. See here (http://en.wikipedia.org/wiki/secure_digital#transfer_modes).