Page 1 of 1

Using sdmmc_write_sectors() on a FAT filesystem to increase data transfer rates

Posted: Mon Jul 23, 2018 5:40 pm
by turkeylegs
So after some investigation and reading this thread: https://esp32.com/viewtopic.php?t=1942

I've determined that it would help with data transfer rates to read and write sectors. The issue is I'm not exactly sure I'd use this to create and write files in the FAT filesystem. Anyone have any idea how I might implement a library that allows me to read and write data into files using these sector write functions in FAT, similar to how it was described in the forum thread linked above?

Thanks!