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.

Committer:
bogdanm
Date:
Mon Aug 05 12:28:09 2013 +0300
Revision:
64:e3affc9e7238
Parent:
KL25Z/ARM/MKL25Z4.sct@60:3d0ef94e36ec
Child:
65:5798e58a58b1
New build system structure, new target (LPC1347), bug fixes (I2C read/write errors, LPC11U24 memory map and others)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
emilmont 60:3d0ef94e36ec 1
emilmont 60:3d0ef94e36ec 2 LR_IROM1 0x00000000 0x20000 { ; load region size_region (32k)
emilmont 60:3d0ef94e36ec 3 ER_IROM1 0x00000000 0x20000 { ; load address = execution address
emilmont 60:3d0ef94e36ec 4 *.o (RESET, +First)
emilmont 60:3d0ef94e36ec 5 *(InRoot$$Sections)
emilmont 60:3d0ef94e36ec 6 .ANY (+RO)
emilmont 60:3d0ef94e36ec 7 }
emilmont 60:3d0ef94e36ec 8 ; 8_byte_aligned(48 vect * 4 bytes) = 8_byte_aligned(0xC0) = 0xC0
emilmont 60:3d0ef94e36ec 9 ; 0x4000 - 0xC0 = 0x3F40
emilmont 60:3d0ef94e36ec 10 RW_IRAM1 0x1FFFF0C0 0x3F40 {
emilmont 60:3d0ef94e36ec 11 .ANY (+RW +ZI)
emilmont 60:3d0ef94e36ec 12 }
emilmont 60:3d0ef94e36ec 13 }
emilmont 60:3d0ef94e36ec 14