Forum Discussion
Altera_Forum
Honored Contributor
16 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.