Skip to content

First release of STM32SD library

Compare
Choose a tag to compare
@fpistm fpistm released this 30 Aug 12:15
· 84 commits to main since this release

With an STM32 board with SD card slot availability, this library enables
reading and writing on SD card using SD card slot of a STM32 board (NUCLEO, DISCOVERY, ...).

This library follow Arduino API.

For more information about it, please visit:
http://www.arduino.cc/en/Reference/SD

Note

The library is based on FatFs, a generic FAT file system module for small embedded systems.
http://elm-chan.org/fsw/ff

The FatFs has been ported as Arduino library here. The STM32SD library depends on it.