mirror of
https://github.com/espressif/esp-idf
synced 2025-04-01 12:20:11 -04:00
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.
This commit is contained in:
parent
7d47aecaa8
commit
79b7e2cd97
@ -208,7 +208,7 @@
|
|||||||
#define SOC_DEBUG_HIGH 0x28000000
|
#define SOC_DEBUG_HIGH 0x28000000
|
||||||
|
|
||||||
// Start (highest address) of ROM boot stack, only relevant during early boot
|
// Start (highest address) of ROM boot stack, only relevant during early boot
|
||||||
#define SOC_ROM_STACK_START 0x4085c8d0
|
#define SOC_ROM_STACK_START 0x4085e9a0
|
||||||
#define SOC_ROM_STACK_SIZE 0x2000
|
#define SOC_ROM_STACK_SIZE 0x2000
|
||||||
|
|
||||||
//On RISC-V CPUs, the interrupt sources are all external interrupts, whose type, source and priority are configured by SW.
|
//On RISC-V CPUs, the interrupt sources are all external interrupts, whose type, source and priority are configured by SW.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user