Teensy 3.6 Circuit Design
Table
| Signal | MCU (U2) Function | SD Card Socket (SD1) Pin | Notes |
|---|---|---|---|
| SPI Clock | SPI_SCK (from Teensy) | CLK | Direct, short trace recommended |
| SPI MOSI | SPI_MOSI (from Teensy) | CMD | In SPI mode use CMD as MOSI; a 10 kΩ pull-up resistor may be added if needed |
| SPI MISO | SPI_MISO (from Teensy) | DAT0 | Direct, ensure trace impedance is maintained |
| SPI Chip-Select | GPIO (assign an available digital) | DAT3 | Connect a chosen GPIO (e.g., GPIO PIN designated in firmware) |
| Power | 3.3 V Supply | VDD | Bypass capacitor (typically 100 nF) placed as close to the socket pins as possible |
| Ground | System Ground | VSS | Connect to the common ground plane |
Diagram