This example demonstrates the reading of the SD card in the Nucleo.
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.