SdFat-beta icon indicating copy to clipboard operation
SdFat-beta copied to clipboard

Beta SdFat for test of new features

Results 33 SdFat-beta issues
Sort by recently updated
recently updated
newest added

When I try to write to a file with the append flag none of the cursor functions seem to work. I couldn't find much of a clear description of how...

On Arduino 1.8.12 Teensyduino 1.51 putting the following lines of code in: ``` #include #include "SdFat.h" ``` Causes a pretty big wall of errors to get dumped out, here are...

Hello! first off thanks for the great lib. its amazing how many projects must be using SDfat now : ) I am trying to rid my system of clicks and...

Hi Bill, I ran the SDInfo application successfully on an external SD Card connected to the 'standard' SPI pins 10,11,12,13 on a Teensy 4.1 & edited SdFatConfig.h with: #define HAS_SDIO_CLASS...

Hi, I have been trying to integrate your repository with `PlatformIO teensy 3.6`, but it was not successful. Any references for that ?

I have a volatile buffer of size 4096 defined as: `DMAMEM static volatile uint16_t buffer[4096]` (from example code in the library) To test, I wrote to each element of the...

Just downloaded and tried to compile this library with Arduino IDE 1.8.13 for use with a Teensy 4.1. I get the following error message for multiple .h files, all of...

Hello, I'm trying to write sensor data to an SD card but am running into some problems. I'm using an Arduino Due and Adafruit SD Ultimate Breakout. It works all...

I'm using FIFO_SDIO and SdFs (Fat16, Fat32, and exFat) for the built-in SD adaptor on the teensy 3.6. Everything has been working as I work through testing over the past...

Hello, I'm going to replace the old SdFat library on my project. (STM32 Rogers Core). So far so good, after changing write/readBlocks to write/readSectors it works, BUT: in SdFatConfig.h: #define...