fixes ROM location

This commit is contained in:
2025-09-15 21:02:23 +02:00
parent 59d0a22738
commit 703fbf67b4

View File

@@ -1,7 +1,7 @@
MEMORY MEMORY
{ {
ram (wxa!ri) : ORIGIN = 0x00000000, LENGTH = 128K ram (wxa!ri) : ORIGIN = 0x00000000, LENGTH = 128K
rom (rxai!w) : ORIGIN = 0x1000E000, LENGTH = 8k rom (rxai!w) : ORIGIN = 0x10080000, LENGTH = 8k
flash (rxai!w) : ORIGIN = 0x20000000, LENGTH = 16M flash (rxai!w) : ORIGIN = 0x20000000, LENGTH = 16M
dram (wxa!ri) : ORIGIN = 0x40000000, LENGTH = 2048M dram (wxa!ri) : ORIGIN = 0x40000000, LENGTH = 2048M
} }