mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
esp_flash: increase the timeout for block erase
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
static const char TAG[] = "chip_generic";
|
||||
|
||||
#define SPI_FLASH_GENERIC_CHIP_ERASE_TIMEOUT 4000
|
||||
#define SPI_FLASH_GENERIC_SECTOR_ERASE_TIMEOUT 500
|
||||
#define SPI_FLASH_GENERIC_BLOCK_ERASE_TIMEOUT 1000
|
||||
#define SPI_FLASH_GENERIC_SECTOR_ERASE_TIMEOUT 500 //according to GD25Q127 + 100ms
|
||||
#define SPI_FLASH_GENERIC_BLOCK_ERASE_TIMEOUT 1300 //according to GD25Q127 + 100ms
|
||||
|
||||
#define DEFAULT_IDLE_TIMEOUT 200
|
||||
#define DEFAULT_PAGE_PROGRAM_TIMEOUT 500
|
||||
|
Reference in New Issue
Block a user