The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

TARGET_LPC4088_DM/TOOLCHAIN_ARM_STD/LPC407X_8X.sct

Committer:
Kojto
Date:
2017-07-19
Revision:
147:a97add6d7e64
Parent:
93:e188a91d3eaa

File content as of revision 147:a97add6d7e64:

; *************************************************************
; *** 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)
   *.o (+RO-CODE)                    ; prioritizes CODE in IFLASH before SPIFI
   .ANY2 (+RO-DATA)                  ; prioritizes DATA in IFLASH before SPIFI
   .ANY (+RO)                        ; remaining 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
    .ANY1 (+RO-DATA)                 ; all DATA not fitting in IFLASH
    .ANY (SPIFI_MEM)                 ; DATA tagged as SPIFI_MEM
    *.o (SPIFI_MEM)                  ; CODE tagged as SPIFI_MEM
  }
}