19 lines
435 B
Plaintext
19 lines
435 B
Plaintext
|
; *************************************************************
|
||
|
; *** Scatter-Loading Description File generated by uVision ***
|
||
|
; *************************************************************
|
||
|
|
||
|
LR_IROM1 0x00000000 PI
|
||
|
{ ; load region size_region
|
||
|
ER_IROM1 0x00000000 PI
|
||
|
{ ; load address = execution address
|
||
|
*.o (reset, +First)
|
||
|
;*(InRoot$$Sections)
|
||
|
.ANY (+RO)
|
||
|
}
|
||
|
RW_IRAM1 +0
|
||
|
{ ; RW data
|
||
|
.ANY (+RW +ZI)
|
||
|
}
|
||
|
}
|
||
|
|