microSD Card Pinout-Features:
Transcend microSD card series are non-volatile, which means no external power is required to retain the information stored on it. Besides, it is also a solid-state device that without moving parts to skip or break down. Based on original NAND flash chip, Transcend microSD can offer an incredible combination of fast data transfer, great flexibility, excellent security and incredibly small size.
SD Card Pin Configuration:
Pin Number | Pin Name | In SD Mode In SPI Mode | In SPI Mode |
1 | DAT2/X | Connector Data line 2 | No use |
2 | DAT3/CS | Connector Data line 3 | Chip Select |
3 | CMD/DI | Command / Response LD Input | Data Input |
4 | VDD/VDD | Power supply (+3.3V) | Power supply (+3.3V) |
5 | CLK/SCLK | Clock Serial | Clock |
6 | VSS/VSS | Ground | Ground |
7 | DAT0/D0 | Connector Data line 0 | Data Out |
8 | DAT1/X | Connector Data line 1 | No use |
MicroSD Card Features and Specifications:
1. Operating Voltage: 2.7V to 3.3V
2. Capacity: 4GB, 8GB, 16GB, 32GB etc..
3. File System: SD/SDHC/SDXC
4. Storage System: FAT12 and FAT16
5. Transfer Speed: 95 Megabytes per second (typically)
6. Speed Class: Class 2 to Class 10
7. Form Factor: 11mm × 15mm × 1mm
Where to use an SD card:
SD Cards are the most commonly used Storage devices in embedded applications. Almost all microcontrollers have a limited Flash memory for programming and a limited EEPROM memory to store important data. However for projects involving Data logging or Pictures or other heavy graphics the programmer might have to save huge piece of data in terms of Mega bytes. In that situation an SD card is employed.
How to use an SD card
The terms SD card stands for “Secure Digital” Card, there are many types of SD cards starting from the RS-MMC big sized ones used in cameras to the micro and mini SD cards that are commonly used in mobile phones, MP3 players etc. Although there are few important differences between all these cards, the underlying working principle is all the same.
The SD cards can work in two operating modes, one is using the SD mode commands and the other is SPI mode. Most of the Digital cameras and mobile phones will use the SD mode to communicate with the SD card, however this is not of our interest because only the SPI mode to communicate between an SD card and a Microcontroller like Arduino (ATmel), PIC, AVR etc.. A simple connection diagram for SPI with a microcontroller shown below:
Applications:
1. Portable Electronics.
2. Data Loggers.
3. Graphical Displays.
4. MP3 players.
5. Audio file handlers.
6. Image handlers.
Download Data Sheets: Click Here