Compare commits

...

1 Commits

Author SHA1 Message Date
a7b4e7b715 fixes moonlight memory layout in link.lds 2025-07-15 07:40:39 +02:00

View File

@ -5,8 +5,8 @@ ENTRY( _start )
MEMORY MEMORY
{ {
rom (rxai!w) : ORIGIN = 0xFFFFE000, LENGTH = 2k rom (rxai!w) : ORIGIN = 0xFFFFE000, LENGTH = 2k
flash (rxai!w) : ORIGIN = 0x30000000, LENGTH = 16M flash (rxai!w) : ORIGIN = 0xE0000000, LENGTH = 16M
ram (wxa!ri) : ORIGIN = 0x10000000, LENGTH = 128K ram (wxa!ri) : ORIGIN = 0xC0000000, LENGTH = 128K
dram (wxa!ri) : ORIGIN = 0x00000000, LENGTH = 2048M dram (wxa!ri) : ORIGIN = 0x00000000, LENGTH = 2048M
} }