You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
526 B
28 lines
526 B
12 months ago
|
;*------------------------------------------------------------------------------
|
||
|
;* 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)
|
||
|
}
|
||
|
}
|