Page 1 of 1

ESP32 FLash erase time

Posted: Fri May 24, 2019 11:50 am
by madhu.b
Hi,

where we can get the details of
Block erase time, Sector erase time and Page erase time


thankyou

Re: ESP32 FLash erase time

Posted: Sat May 25, 2019 11:37 am
by ESP_Sprite
That's not a set of esp32 specifications, that's dependent on the flash chip.

Re: ESP32 FLash erase time

Posted: Mon May 27, 2019 5:17 am
by madhu.b
hi

I need block erase time, sector erase time, page erase time and page size details
of ESP32_Devkitc_V4.


Thankyou

Re: ESP32 FLash erase time

Posted: Mon May 27, 2019 6:58 am
by ESP_Sprite
Your DevkitC possibly has a GD25Q32 in it, you can look up the specs of that if you want to be sure. I think esptool.py can also find the flash type. Note that I don't think we guarantee anything about the flash chips in any specific ESP32 module, just that it will work with the rest of our hardware and ESP-IDF. (Also note that if you need to do a large-scale commercial product and need to get a large amount of modules, these things are more flexible.)