updates the flash/ram ORIGIN so that 64bit works

This commit is contained in:
2025-07-04 18:55:14 +02:00
parent 25306948c9
commit b69fd19910

View File

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