Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 934 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 934 Bytes

Block device driver for SD card supported by Nuvoton platforms

This driver implements BlockDevice class introduced with mbed OS 5.4 for SD card running in SD bus mode on Nuvoton platforms which support it.

ARM mbed team also releases an official SD driver, but it supports SPI bus mode rather than SD bus mode.

Use with FAT file system

The SD file system example is cloned from the FAT file system example released by ARM mbed team and is modified to use this SD block device to back the FAT file system.

Support Nuvoton platforms