mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
memprot: Fix incorrect faulting address reported for esp32c3 & esp32s3
Co-authored-by: Mahavir Jain <mahavir@espressif.com>
This commit is contained in:
@@ -35,6 +35,9 @@ typedef union {
|
||||
|
||||
#define DRAM_SRAM_START 0x3FC7C000
|
||||
|
||||
#define IRAM0_VIOLATE_STATUS_ADDR_OFFSET 0x40000000
|
||||
#define DRAM0_VIOLATE_STATUS_ADDR_OFFSET 0x3C000000
|
||||
|
||||
//IRAM0
|
||||
|
||||
//16kB (ICACHE)
|
||||
|
Reference in New Issue
Block a user