mbed library sources

Fork of mbed-src by mbed official

targets/cmsis/TARGET_ARM_SSG/TARGET_MPS2_BEID/TOOLCHAIN_ARM_STD/MPS2.sct

Committer:
mbed_official
Date:
2015-09-25
Revision:
624:83778a75d1b4

File content as of revision 624:83778a75d1b4:

; *************************************************************
; *** Scatter-Loading Description File                      ***
; *************************************************************

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