nvs content lost
Posted: Fri Nov 23, 2018 6:47 am
I have a ESP32 device which the NVS had been partitioned with SPIFFS sector.
The device wake from deepsleep every 3 mins.
During the boot procedure, it will fetch data from the SPIFFS in NVS, and then continue to run the entire program by using this data.
The program itself doesn't perform any modification on the spiffs but just read.
I found that the device is unable to fetch the data in SPIFFS after around 5000 times i.e. around 11 days.
I upload again the spiffs content by using esptool, the program run again.
Anyone has idea about this problem? Is there any limitation on nvs or spiffs?
The device wake from deepsleep every 3 mins.
During the boot procedure, it will fetch data from the SPIFFS in NVS, and then continue to run the entire program by using this data.
The program itself doesn't perform any modification on the spiffs but just read.
I found that the device is unable to fetch the data in SPIFFS after around 5000 times i.e. around 11 days.
I upload again the spiffs content by using esptool, the program run again.
Anyone has idea about this problem? Is there any limitation on nvs or spiffs?