Altera_Forum
Honored Contributor
15 years agoDE1 with SD-card reader
Hello,
I would like to use the SD-card reader on the DE1 development board in order to store pictures that I want to display on a screen, through the VGA connector. I already create a VGA synchronisation module and I am able to display dummy pattern on a VGA screen. But to make my tests more interesting I would like to load a picture from the SD-card and display it on the screen. I made some research about using this SD card connector and what is weird is that on the DE1 user manual, the pin assignment to this connector are not explained (there is only a small schematics on the DE1 schematics). It is only said that it can be used....for example to store music to do a karaoké machine!!!! I understood that SD card are using 4-pin SPI communication protocol and then I just want to retrieve a picture data to display it. Then I need help/advices/hints to understand how to interpret the data from the SD-Card and how to get the picture information and to convert it (I guess CODEC are needed somewhere) before sending it to the VGA in order to display it. Thank you in advance, Meach