Wiki

Clone wiki

SCSI / SDCard

SD Card

Speeds

Class Speed
Class 2 2MByte/sec
Class 4 4MByte/sec
Class 6 6MByte/sec
Class 10 10MByte/sec

SD Card standard speeds

SDHC

  • SDHC cards are physically and electrically identical to standard-capacity SD cards (SDSC). The major compatibility issues between SDHC and SDSC cards are the redefinition of the Card-Specific Data (CSD) register in Version 2.0 (see below), and the fact that SDHC cards are shipped preformatted with the FAT32 file system.

SD Card Standards information

  • Simplified specification is free to public.
  • No host licence required if using only SPI mode
  • SD Card Max Clock Rate = 208MHz (SD, miniSD, microSD) but only in SD Bus mode (not SPI mode).
  • Max SPI transfer speed:
    • SD = 25Mbits/sec or 25MHz clock speed. (2.98MB/sec). 24MHz = 2.86MB/sec
    • miniSD/microSD = 50MBits/sec or 50MHz clock speed. (5.96MB/sec). 48MHz = 5.72MB/sec
  • Latest SD Card Simplified Specifications (PDF)
  • Pinout information on pg11 of part1_410.pdf.

  • Information on calculating CRCs (TXT), (HTML)

SD Card Modules

Existing Code/Libraries

  • NXP Application Note AN11070 (ZIP)
  • NXP Application Note AN10916 (ZIP)

http://www.nxp.com/products/microcontrollers/cortex_m3/LPC1768FBD100.html#documentation

[AN11070_PDF]:

Updated