ESP32 Forum
ESP32 Official Forum
http://esp32.io/
block size of internal flash
http://esp32.io/viewtopic.php?f=2&t=10667
Page
1
of
1
block size of internal flash
Posted:
Wed May 22, 2019 11:42 am
by
madhu.b
hi
what is the Block size of internal flash.
Re: block size of internal flash
Posted:
Wed May 22, 2019 12:23 pm
by
WiFive
By internal you mean on-module? Sector is 4096 bytes
https://github.com/espressif/esp-idf/bl ... lash.h#L32
Block is 64k
https://github.com/espressif/esp-idf/bl ... _ops.c#L40