Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHow do I make the SD card IP core work?
Hi, I'm trying to use the new Altera UP SD card IP core on my DE2 board, but having some problems. Has anyone got it working yet? I've installed the University Program package (alt...
Altera_Forum
Honored Contributor
17 years agoWhat SD card IP core do you mean? I've not seen any such university IP core.
The SD card example for DE1 and DE2 boards are just a couple PIO's for the SD's DAT, DAT3, CMD and CLK lines. I've made my own SD card core which is more efficient. It will wait for the CPU to send a command, and then wait for the SD's response and data if needed in hardware. It's a pretty simple module, I've attached all the needed files to this thread if you need it. Hope you like it.