Forum Discussion
Altera_Forum
Honored Contributor
12 years agoSD card design
Hello, I am designing a system which consists of RAM and storage device (SD card, for example). The RAM will temporarily store data coming in and write that data to the storage device. I managed ...
Altera_Forum
Honored Contributor
12 years agoWhat would you use ROM for?
The easiest way to interface with an SD-card is using SPI. To that end, you'll need to write an SPI block and some way of controlling that. While can probably do this with a state-machine, having some sort of CPU would be easier. Hope this helps, -Mux