Skip to content

Commit 1d44d5f

Browse files
authored
fix S3 flash image base (#6208)
1 parent 2d51d0e commit 1d44d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/esp32/Esp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extern "C" {
4343
#elif CONFIG_IDF_TARGET_ESP32S3
4444
#include "esp32s3/rom/spi_flash.h"
4545
#include "soc/efuse_reg.h"
46-
#define ESP_FLASH_IMAGE_BASE 0x1000
46+
#define ESP_FLASH_IMAGE_BASE 0x0000 // Esp32s3 is located at 0x0000
4747
#elif CONFIG_IDF_TARGET_ESP32C3
4848
#include "esp32c3/rom/spi_flash.h"
4949
#define ESP_FLASH_IMAGE_BASE 0x0000 // Esp32c3 is located at 0x0000

0 commit comments

Comments
 (0)