Altera_Forum
Honored Contributor
16 years agoSD card controller in vhdl
Hey everyone!
I'm currently trying to develop a sdcard controller in vhdl to just read data off the sd card using spi transmission. The board im using is DE1 educational board. I have been trying to get my sd card into spi mode for months but cant seems to get it to work. Is there any1 out there who has experience coding the sd controller in vhdl? i would like to seek some advice and help. When im trying to change my sd card from sd bus mode into spi mode can i straight declare my controller as an spi master and send data using data spi protocol? YangZ86