Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem mbed
Homepage
Intro¶
This example demonstrates the reading of the SD card in the Nucleo.
Parts¶
STM32 Nucleo F446RE |
QVGA 2.2 TFT SPI (with the SD card slot) |
Breadboard |
Wires |
Wiring diagram¶
This circuit diagram was created by fritzing.
TFT J4 | Nucleo |
---|---|
SD_CS | PA_9 |
SD_MOSI | PB_15 |
SD_MISO | PB_14 |
SD_SCK | PB_13 |
Used Library¶
Import librarySDFileSystem
A re-written SDFileSystem library with improved compatibility, CRC support, and card removal/replacement support.