You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrew Tridgell 0966e14ca5 DataFlash: fixed F4Light build with g++ 6.3.1 7 years ago
..
FatFs DataFlash: fixed F4Light build with g++ 6.3.1 7 years ago
README.md HAL_F4Light: new hal for F4 boards, close to bare-metal 7 years ago
SD.cpp upgrade FatFS to most recent version 7 years ago
SD.h upgrade FatFS to most recent version 7 years ago
Sd2Card.cpp AP_HAL_F4light: comments translated to english 7 years ago
Sd2Card.h HAL_F4Light: new hal for F4 boards, close to bare-metal 7 years ago
SdFatFs.cpp upgrade FatFS to most recent version 7 years ago
SdFatFs.h HAL_F4Light: new hal for F4 boards, close to bare-metal 7 years ago
ffconf.h upgrade FatFS to most recent version 7 years ago
rules.mk HAL_F4Light: new hal for F4 boards, close to bare-metal 7 years ago

README.md

SD card layer

works via HAL SPI so should be at this level Much faster than old version and supports much more formats

based on:

  • Arduino's SD support for STM32F4 (fixed bugs in read() with data size, in open() with "mode==" and so on, twice reduced memory usage and cured Arduinism)
  • FatFs SDIO for STM32F1

uses FatFS (c) Chan

formatting from command-line:

mkfs.fat -I -F 12 -M 0xF9 -s 128 /dev/sd*