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.
15 lines
485 B
15 lines
485 B
; *************************************************************
|
|
; *** Scatter-Loading Description File generated by uVision ***
|
|
; *************************************************************
|
|
|
|
LR_IROM1 0x0800C000 0x00100000 { ; load region size_region
|
|
ER_IROM1 0x0800C000 0x000F4000 { ; load address = execution address
|
|
*.o (.isr_vector, +First)
|
|
*(InRoot$$Sections)
|
|
.ANY (+RO)
|
|
}
|
|
RW_IRAM1 0x20000000 0x00020000 { ; RW data
|
|
.ANY (+RW +ZI)
|
|
}
|
|
}
|
|
|
|
|