Welcome! Mpyunlock Forum👋

Join us now to take advantage of all our features. After registering and logging in, you can create topics, reply to existing ones, give reputation to other Members, get your own private messaging system and much more. It's also fast and completely free, so what are you waiting for?

Sign Up

Technology Micro SD Card Pinout & Pin Configuration Guide (SD Mode vs. SPI Mode)

Filesupport

Staff member
Mpy Moderating
Location
localhost
Joined
Dec 29, 2025
Messages
877
Reaction score
63
Points
28
Hey everyone,

Here is a quick reference guide explaining the standard Micro SD Card Pinout along with its pin configurations for both standard SD Mode and SPI Mode (commonly used in microcontroller projects, hardware diagnostics, and direct ISP read/write setups).

Pinout Breakdown (Left to Right / Standard View)

  1. Pin 1 – DAT2 / RSV (X)
    • SD Mode: Data Line 2 (Bi-directional, 4-bit mode)
    • SPI Mode: Reserved / Unused
  2. Pin 2 – CD/DAT3 / CS
    • SD Mode: Card Detect / Data Line 3
    • SPI Mode: Chip Select (Active Low)
  3. Pin 3 – CMD / DI
    • SD Mode: Command / Response Line
    • SPI Mode: Data In (MOSI)
  4. Pin 4 – VDD
    • Function: Supply Voltage / Power (+3.3V)
  5. Pin 5 – CLK / SCLK
    • SD Mode: Clock Signal
    • SPI Mode: Serial Clock
  6. Pin 6 – VSS
    • Function: Ground (GND / 0V)
  7. Pin 7 – DAT0 / DO
    • SD Mode: Data Line 0
    • SPI Mode: Data Out (MISO)
  8. Pin 8 – DAT1 / RSV (X)
    • SD Mode: Data Line 1 (Bi-directional, 4-bit mode)
    • SPI Mode: Reserved / Unused

Key Technical Notes:

  • Operating Voltage: Standard MicroSD cards operate at 3.3V (2.7V – 3.6V) logic and supply level. Connecting 5V lines directly to the data pins without a level shifter can permanently damage the card controller.
  • SPI Mode vs. SD Bus: SPI mode requires only 4 active signal lines (CS, DI, DO, CLK), making it ideal for Arduino, ESP32, STM32, and hardware troubleshooting tools.
  • Pull-Up Resistors: In custom boards or ISP adapters, adding 10kΩ to 50kΩ pull-up resistors on data and command lines ensures stable signal integrity.
Feel free to ask if you have any questions regarding custom wiring, pin adaptation, or hardware troubleshooting!
Micro sd card pinout

Micro sd card pinout.jpg
 
Tags
LEGAL NOTICE WARNING: IMEI modification is strictly prohibited by law and may result in criminal prosecution. This website operates as a forum where users can post content instantly without prior approval. Under Law No. 5651, all responsibility for user-generated content lies solely with the individual users who post such content. Our platform is not obligated to pre-screen or monitor user submissions. Content that violates applicable laws or infringes copyright will be removed within 48 hours upon notification HERE. Videos on this website are embedded from third-party platforms such as YouTube, Facebook, and Dailymotion. Copyright responsibility belongs to those platforms. No videos are hosted on our servers.
  • Back
    Top Bottom