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_K20D50M/TOOLCHAIN_ARM_STD/MK20D5.sct

Committer:
<>
Date:
2017-04-12
Revision:
140:97feb9bacc10
Parent:
87:6213f644d804

File content as of revision 140:97feb9bacc10:


LR_IROM1 0x00000000 0x20000  {    ; load region size_region (132k)
  ER_IROM1 0x00000000 0x20000  {  ; load address = execution address
   *.o (RESET, +First)
   *(InRoot$$Sections)
   .ANY (+RO)
  }
  ; 8_byte_aligned(62 vect * 4 bytes) =  8_byte_aligned(0xF8) = 0xF8
  ; 0x4000 - 0xF8 = 0x3F08
  RW_IRAM1 0x1FFFE0F8 0x3F08 {
   .ANY (+RW +ZI)
  }
}