Forum Discussion

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

Program for SD Card

hello

I am a beginner and I need a program to read and write in a SD card

cordially

1 Reply

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

    Hi, Windows can read and write to SD Card ! :-)

    Do you mean that you want a board able to read and write to SD Card ?

    I think the sd card should be readable by windows, shouldn't it ?

    If so, it implies a FAT (File Allocation Table) and a "driver".

    Altera tutorials contains examples to read from SD Card.

    There is a MP3 touchscreen player built with an Altera dev kit. Find it in this forum.

    It is not trivial for a beginner.

    Look at opencores.org

    Free or opensource SD CARD drivers you can find have poor performance because they use only one data signal while SD CARD has 4 data signals

    There are also drivers (Elcamino, ...) that you can pay thousand dollars to do it.

    official : http://www.altera.com/products/ip/iup/peripherals/m-elc-sd-mmc-spi.html

    http://www.alterawiki.com/wiki/mmc/sd : for experienced users.