Reducing VFS/FATFS Memory Usage
Posted: Sun Oct 22, 2023 7:32 pm
I'm using Arduino for ESP32, and the SD library. I cannot get the memory usage below 10KB (with max 1 file open). I found that this memory is allocated by . Is there any way to reduce the amount of memory it uses? 10KB seems excessive for a single file. Unfortunately changing file systems is not feasible for me, as the SD card needs to be readable by another computer.
Code: Select all
esp_vfs_fat_register