Skip to content

Commit

Permalink
Merge branch 'fix/esp32s3_soc_drom_high_addr_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
fix(soc): esp32s3/Fix the DROM_HIGH_ADDR (v5.1)

See merge request espressif/esp-idf!27822
  • Loading branch information
mahavirj committed Dec 17, 2023
2 parents 36ca229 + f62e7fd commit fa73831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/soc/esp32s3/include/soc/soc.h
Expand Up @@ -168,7 +168,7 @@

/* Overall memory map */
#define SOC_DROM_LOW 0x3C000000
#define SOC_DROM_HIGH 0x3D000000
#define SOC_DROM_HIGH 0x3E000000
#define SOC_IROM_LOW 0x42000000
#define SOC_IROM_HIGH 0x44000000
#define SOC_IRAM_LOW 0x40370000
Expand Down

0 comments on commit fa73831

Please sign in to comment.