zhyinch
2021-11-11 863f8f72d0726c104db21799a8d642f4e04ac93f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
 
LR_IROM1 0x08005000 0x0000B000  {    ; load region size_region
  ER_IROM1 0x08005000 0x0000B000  {  ; load address = execution address
   *.o (RESET, +First)
   *(InRoot$$Sections)
   .ANY (+RO)
   .ANY (+XO)
  }
  RW_IRAM1 0x20000000 0x00002000  {  ; RW data
   .ANY (+RW +ZI)
  }
}