extends and relocates ISS RAM
This commit is contained in:
2
env/iss/link.lds
vendored
2
env/iss/link.lds
vendored
@@ -5,7 +5,7 @@ ENTRY( _start )
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
flash (rxai!w) : ORIGIN = 0x00000000, LENGTH = 1M
|
flash (rxai!w) : ORIGIN = 0x00000000, LENGTH = 1M
|
||||||
ram (wxa!ri) : ORIGIN = 0x10000000, LENGTH = 64K
|
ram (wxa!ri) : ORIGIN = 0x20000000, LENGTH = 1M
|
||||||
}
|
}
|
||||||
|
|
||||||
PHDRS
|
PHDRS
|
||||||
|
Reference in New Issue
Block a user