SD card *minimum* SPI clock speed?

Thread Starter

autorelease

Joined Jan 26, 2009
39
I'd like to add an SD card slot to the 8-bit computer I'm building. My idea is to implement a bit-banged SPI interface, but since the CPU clock speed is so low (1MHz), the SCLK frequency will be very low; 100kHz or lower.

I know that SD cards have maximum SPI clock frequencies; do they have minimum clock frequencies? Or can the master toggle the clock line as slow as it wants to?
 

kubeek

Joined Sep 20, 2005
5,795
IIRC the clock can be kept waiting as long as you need. But the mmc and sd specification is always handy if you want to communicate with the card correctly
 
Top