Skip to content

Commit b8636bd

Browse files
committed
target/esp32s3: fix drom memory boundaries
1 parent e447e9d commit b8636bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcl/target/xtensa-core-esp32s3.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ xtensa xtmem irom 0x42000000 0x2000000
1919
xtensa xtmem irom 0x40000000 0x60000
2020
xtensa xtmem iram 0x40370000 0x70000
2121
xtensa xtmem iram 0x600FE000 0x2000
22-
xtensa xtmem drom 0x3C000000 0x1000000
22+
xtensa xtmem drom 0x3C000000 0x2000000
2323
xtensa xtmem drom 0x3FF00000 0x20000
2424
xtensa xtmem dram 0x3FC88000 0x78000
2525
xtensa xtmem dram 0x600FE000 0x2000

0 commit comments

Comments
 (0)