Page 1 of 1

How many Read/Write operation (details in days )can be done in ESP32 wrover

Posted: Mon Apr 22, 2024 11:06 am
by kesha.modhia
i want to know how many read/write operation can be done in esp32 wrover chip
i want to calculate the flash operation of read and write and want to know the how many days it may last

Re: How many Read/Write operation (details in days )can be done in ESP32 wrover

Posted: Mon Apr 22, 2024 11:51 am
by ESP_Sprite
The flash generally supports 100000 erases per sector before it wears out and shows errors. How many writes you get out of that depends on what you store and how the wear leveling algorithm behind it does.