Forum Discussion
Altera_Forum
Honored Contributor
12 years agoI also am reletively new, but I am now working on a microcontrollerless SD-card implementation. Most implementations are done with a microcontroller running on the FPGA. Depending on the protocol you want to use the difficulty varies. There are a lot of examples using SPI as protocol. I am trying to write my own implementation for the 4-bit protocol. And that is, for as far as I can guess, a lot of work. Not only writing code, but also in finding out the specs of the protocol.