Skip to content

Commit

Permalink
Merge branch 'fix/esp32s3_soc_drom_high_addr' into 'master'
Browse files Browse the repository at this point in the history
fix(soc): esp32s3/Fix the DROM_HIGH_ADDR

See merge request espressif/esp-idf!27015
  • Loading branch information
mahavirj committed Dec 1, 2023
2 parents e6a490c + 7c1d9a5 commit 0df6afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/soc/esp32s3/include/soc/soc.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,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 0df6afa

Please sign in to comment.