summaryrefslogtreecommitdiff
path: root/third_party/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/rvmdk/RTOSDemo.sct
blob: 79a39c72e88ff4e7eda1f6f9af4ae8eb477a6f6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************

LR_IROM1 0x00000000 0x00040000  {    ; load region size_region
  ER_IROM1 0x00000000 0x00040000  {  ; load address = execution address
   *.o (RESET, +First)
   *(InRoot$$Sections)
   .ANY (+RO)
  }
  RW_IRAM1 0x20000000 0x00010000  {  ; RW data
   .ANY (+RW +ZI)
  }
}