FatFS vs SPIFFS vs NVS
Posted: Thu Nov 16, 2023 10:08 am
Hello, I am trying to have a partition to store large files (upto 600K) and overall partition size allocated can be 1.5-2MB.
So, number of files is less, size will be few 100 KBs.
While NVS has encryption support, the max size of blob that can be stored is limited to 500K as per link https://docs.espressif.com/projects/esp ... and-values
What will be the max file size supported by Spiffs and does any sort of in-built encryption supported for Spiffs by ESP-IDF?
What will be the max file size supported by FatFS and does any sort of in-built encryption supported for FatFS by ESP-IDF?
So, number of files is less, size will be few 100 KBs.
While NVS has encryption support, the max size of blob that can be stored is limited to 500K as per link https://docs.espressif.com/projects/esp ... and-values
What will be the max file size supported by Spiffs and does any sort of in-built encryption supported for Spiffs by ESP-IDF?
What will be the max file size supported by FatFS and does any sort of in-built encryption supported for FatFS by ESP-IDF?