4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-22 09:39:20 +08:00

20 lines
554 B
Plaintext
Raw Normal View History

2021-12-13 21:23:52 +08:00
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x08000000 0x00200000 { ; load region size_region
ER_IROM1 0x08000000 0x00200000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
.ANY (+XO)
}
RW_IRAM1 0x20000000 0x00020000 { ; RW data
.ANY (+RW +ZI)
}
RW_IRAM2 0x24000000 0x0080000 {
.ANY (+RW +ZI)
}
}