extends and relocates ISS RAM

This commit is contained in:
2025-09-12 08:30:46 +02:00
parent 018e07ecee
commit bf0e4ec057

2
env/iss/link.lds vendored
View File

@@ -5,7 +5,7 @@ ENTRY( _start )
MEMORY
{
flash (rxai!w) : ORIGIN = 0x00000000, LENGTH = 1M
ram (wxa!ri) : ORIGIN = 0x10000000, LENGTH = 64K
ram (wxa!ri) : ORIGIN = 0x20000000, LENGTH = 1M
}
PHDRS