Skip to content

Commit 79b7e2c

Browse files
committed
fix(soc): Fix ROM stack start for esp32c5-mp
Update the value SOC_ROM_STACK_START to the expected value from bootloader.ld memory map.
1 parent 7d47aec commit 79b7e2c

File tree

1 file changed

+1
-1
lines changed
  • components/soc/esp32c5/mp/include/soc

1 file changed

+1
-1
lines changed

components/soc/esp32c5/mp/include/soc/soc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
#define SOC_DEBUG_HIGH 0x28000000
209209

210210
// Start (highest address) of ROM boot stack, only relevant during early boot
211-
#define SOC_ROM_STACK_START 0x4085c8d0
211+
#define SOC_ROM_STACK_START 0x4085e9a0
212212
#define SOC_ROM_STACK_SIZE 0x2000
213213

214214
//On RISC-V CPUs, the interrupt sources are all external interrupts, whose type, source and priority are configured by SW.

0 commit comments

Comments
 (0)