Support for MSP430 launchpad.

Fork of mbed by mbed official

TARGET_LPC4088/TOOLCHAIN_ARM_STD/LPC407X_8X.sct

Committer:
bogdanm
Date:
2013-12-03
Revision:
71:8fabd470bb6e
Parent:
66:9c8f0e3462fb
Child:
72:4096f863f923

File content as of revision 71:8fabd470bb6e:

; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************

LR_IROM1 0x00000000 0x00080000  {    ; load region size_region
  ER_IROM1 0x00000000 0x00080000  {  ; load address = execution address
   *.o (RESET, +First)
   *(InRoot$$Sections)
   .ANY (+RO)
  }
  RW_IRAM1 0x100000E8 0x0000FF18  {  ; RW data
   .ANY (+RW +ZI)
  }
  RW_IRAM2 0x20000000 0x00004000  {
   .ANY (AHBSRAM0)
  }
  RW_IRAM3 0x20004000 0x00004000  {
   .ANY (AHBSRAM1)
  }
}

LR_IROM2 0x28000000 0x01000000  {
  ER_IROM2 0x28000000 0x01000000  {  ; load address = execution address
    .ANY (+RO)
  }
}