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:
AnnaBridge
Date:
Wed Feb 20 20:53:29 2019 +0000
Revision:
172:65be27845400
Parent:
73:1efda918f0ba
mbed library release version 165

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 73:1efda918f0ba 1
bogdanm 73:1efda918f0ba 2 LR_IROM1 0x00000000 0x40000 { ; load region size_region (256k)
bogdanm 73:1efda918f0ba 3 ER_IROM1 0x00000000 0x40000 { ; load address = execution address
bogdanm 73:1efda918f0ba 4 *.o (RESET, +First)
bogdanm 73:1efda918f0ba 5 *(InRoot$$Sections)
bogdanm 73:1efda918f0ba 6 .ANY (+RO)
bogdanm 73:1efda918f0ba 7 }
bogdanm 73:1efda918f0ba 8 ; 8_byte_aligned(48 vect * 4 bytes) = 8_byte_aligned(0xC0) = 0xC0
bogdanm 73:1efda918f0ba 9 ; 0x8000 - 0xC0 = 0x7F40
bogdanm 73:1efda918f0ba 10 RW_IRAM1 0x1FFFE0C0 0x7F40 {
bogdanm 73:1efda918f0ba 11 .ANY (+RW +ZI)
bogdanm 73:1efda918f0ba 12 }
bogdanm 73:1efda918f0ba 13 }
bogdanm 73:1efda918f0ba 14