San Disk? Secure Digital.
The SD Memory Card measures a mere 24mm by 32mm by 2.1mm. There are other physical formats as well, such as microSD cards.
All SD memory and SDIO cards are required to support the older SPI/MMC mode which supports the slightly slower four-wire serial interface (clock, serial in, serial out, chip select) that is compatible with SPI ports on many microcontrollers. Many digital cameras, digital audio players, and other portable devices probably use MMC mode exclusively.
There are three transfer modes supported by SD: SPI mode (separate serial in and serial out), one-bit SD mode (separate command and data channels and a proprietary transfer format), and four-bit SD mode (uses extra pins plus some reassigned pins) to support four bit wide parallel transfers.
Low speed cards support 0 to 400 kbit/s data rate and SPI and one-bit SD transfer modes. High speed cards support 0 to 100 Mbit/s data rate in four-bit mode and 025 Mbit/s in SPI and one-bit SD modes. The normal transfer speed is 1.8 MB/sec.
The 4 bit mode is apparently patent protected against use in any device without paying big license fees. How freaking stupid is that? Now everyone will just use the SPI and we miss out on FAST applications.

![]()
Also:
See also:
All you need are a couple of GPIO (General Purpose I/O) pins, and you can "bit-bang" ("bit-bash") the SPI protocol used by the SD card in MMC mode. You need a clock output, a data output, and an (optional) data input. Instead of using a separate SPI data input GPIO pin, you can wire it through a current-limiting resistor to the SPI data output line, then switch I/O directions between SD/MMC reads and writes.
| file: /techref/mem/flash/sd.htm, 3KB, , updated: 2006/11/6 17:28, local time: 2009/11/22 13:52,
38.107.191.100:LOG IN
|
| ©2009 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? Please DO link to this page! Digg it! <A HREF="http://www.piclist.com/techref/mem/flash/sd.htm"> SD Flash Memory Cards</A> |
| Did you find what you needed? |
|
PIC 16 series Microcontroller Instruction Set Reference. And his Hobby Electronics web site at http://hobby_elec.piclist.com. |
Robotics nuts!Check out http://www.verinet.com/~dlc/ email: dlc@verinet.com... This guy ROCKS! He has made (and sells but also releases code, docs, etc...) for a number of cool little robotic modules including whiskers, IR proximity detect and remote control, Sonar proximity detect, PWM, Servo, compass. Most of these use the little PIC 12C508 controller which costs basically nothing and is soooo tiny.The 4 servos, 2400 baud serial servo controller is a wonder of magic and he sells the programmed chip for $8. Wow! |
.