2
yincheng.zhong
2023-05-20 4b0f6f4a2e83d9e56364e12cd2855eb1ff21d38a
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 0x00012000  {  ; RW data
   .ANY (+RW +ZI)
  }
}