We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a2354 commit 160edb5Copy full SHA for 160edb5
soc/espressif/esp32c3/memory.h
@@ -46,8 +46,8 @@
46
/* For safety margin between bootloader data section and startup stacks */
47
#define BOOTLOADER_STACK_OVERHEAD 0x0
48
/* These lengths can be adjusted, if necessary: */
49
-#define BOOTLOADER_DRAM_SEG_LEN 0x9800
50
-#define BOOTLOADER_IRAM_SEG_LEN 0x9800
+#define BOOTLOADER_DRAM_SEG_LEN 0xe800
+#define BOOTLOADER_IRAM_SEG_LEN 0xe800
51
#define BOOTLOADER_IRAM_LOADER_SEG_LEN 0x1400
52
53
/* Start of the lower region is determined by region size and the end of the higher region */
0 commit comments