We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7074736 commit 2803eacCopy full SHA for 2803eac
cores/esp32/Esp.cpp
@@ -66,7 +66,7 @@ extern "C" {
66
#define ESP_FLASH_IMAGE_BASE 0x2000 // Esp32p4 is located at 0x2000
67
#elif CONFIG_IDF_TARGET_ESP32C5
68
#include "esp32c5/rom/spi_flash.h"
69
-#define ESP_FLASH_IMAGE_BASE 0x0000 // Esp32c5 is located at 0x0000
+#define ESP_FLASH_IMAGE_BASE 0x2000 // Esp32c5 is located at 0x2000
70
#else
71
#error Target CONFIG_IDF_TARGET is not supported
72
#endif
0 commit comments