Hello, i don’t know if the best place for this topic is here.
I’m going to implement a MMC card in my system and i have the following questions.
The MMC card in SPI mode, only requires 7 pins:
-
CS
-
DI
-
VSS
-
VDD
-
SCLK
-
VSS2
-
DO
If i use a socket like this http://www.sparkfun.com/commerce/produc … cts_id=136 , May I leave disconnected (or what) the following pins?
-
IRQ
-
P9 (what does it mean?)
-
WP (do all MMC cards have write protection?)
-
CD (card detect)
-
SW (what does it mean?)
-
SHIELD (what does it mean? i guess VSS?)
And I’ve read in the documentation ( http://www.samsung.com/global/system/bu … _rev03.pdf ) , the DI and DOUT pins must have a push and a pull resistors, but I haven’t seen that in many designs. Cans somebody confirm that?
Thank you very much in advance.