Forum Discussion
Altera_Forum
Honored Contributor
13 years agoPerformance of SPI SD Controller
Hi, I am planning on using SD card and FAT library with my Altera design. SPI mode seems the simplest variant of all, so google'd for some benchmarking of this mode. The only one I could find w...
Altera_Forum
Honored Contributor
13 years agoIf I recall, SD over SPI is pretty slow because it is not streaming. Add to that the FAT protocol overhead and formatting. See if you can increase the block size to get a better data:overhead ratio. You may want to look into 4-bit SD mode with DMA engines instead.