28 lines
526 B
Plaintext
28 lines
526 B
Plaintext
|
;*------------------------------------------------------------------------------
|
||
|
;* Linker scatter for running in external SDRAM on the ASM9260T
|
||
|
;*----------------------------------------------------------------------------*/
|
||
|
|
||
|
Load_region 0x20000000 0x00200000
|
||
|
{
|
||
|
|
||
|
Fixed_region 0x20000000
|
||
|
{
|
||
|
* (RESET +First)
|
||
|
.ANY (+RO +RW)
|
||
|
}
|
||
|
|
||
|
ARM_LIB_HEAP +0 EMPTY 0x1000
|
||
|
{
|
||
|
}
|
||
|
|
||
|
ARM_LIB_STACK +0 EMPTY 0x1000
|
||
|
{
|
||
|
}
|
||
|
|
||
|
; Application ZI data (.bss)
|
||
|
ER_ZI +0
|
||
|
{
|
||
|
* (+ZI)
|
||
|
}
|
||
|
}
|