We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a851feb commit 190b99fCopy full SHA for 190b99f
targets/esp32s3.ld
@@ -5,7 +5,7 @@ MEMORY
5
{
6
/* Note: DRAM and IRAM below are actually in the same 416K address space. */
7
DRAM (rw) : ORIGIN = 0x3FC88000, LENGTH = 416K /* Internal SRAM 1 (data bus) */
8
- IRAM (x) : ORIGIN = 0x40378000, LENGTH = 416K /* Internal SRAM 1 (instruction bus) */
+ IRAM (x) : ORIGIN = 0x40370000, LENGTH = 416K /* Internal SRAM 1 (instruction bus) */
9
10
/* Note: DROM and IROM below are actually in the same 32M address space. */
11
DROM (r) : ORIGIN = 0x3C000000, LENGTH = 32M /* Data bus (read-only) */
0 commit comments