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_LPC4337/TOOLCHAIN_ARM_STD/LPC4337.sct

Committer:
bogdanm
Date:
2014-09-12
Revision:
89:552587b429a1

File content as of revision 89:552587b429a1:


LR_IROM1 0x1A000000 0x00080000  {    ; load region size_region
  ER_IROM1 0x1A000000 0x00080000  {  ; load address = execution address
   *.o (RESET, +First)
   *(InRoot$$Sections)
   .ANY (+RO)
  }
;  ER_IROM2 0x1B000000 0x00080000  {  ; load address = execution address
;   .ANY (+RO)
;  }

  ; 8_byte_aligned(69 vect * 4 bytes) =  8_byte_aligned(0x0114) = 0x0118
  RW_IRAM1 0x10000000+0x118 0x8000-0x118  {
   .ANY (+RW +ZI)
  }
;  RW_IRAM2 0x10080000 0xA000 {  ; RW data
;   .ANY (IRAM2)
;  }
;  RW_IRAM3 0x20000000 0x10000 {  ; RW data
;   .ANY (AHBSRAM)
;  }
}