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:
Fri Sep 15 14:46:57 2017 +0100
Revision:
151:675da3299148
Parent:
88:9327015d4013
Release 151 of the mbed library.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 88:9327015d4013 1
bogdanm 88:9327015d4013 2 LR_IROM1 0x00000000 0x20000 { ; load region size_region (128K)
bogdanm 88:9327015d4013 3 ER_IROM1 0x00000000 0x20000 { ; load address = execution address
bogdanm 88:9327015d4013 4 *.o (RESET, +First)
bogdanm 88:9327015d4013 5 *(InRoot$$Sections)
bogdanm 88:9327015d4013 6 .ANY (+RO)
bogdanm 88:9327015d4013 7 }
bogdanm 88:9327015d4013 8 ; 8_byte_aligned(48 vect * 4 bytes) = 8_byte_aligned(0xC0) = 0xC0
bogdanm 88:9327015d4013 9 ; 8KB - 0xC0 = 0x1F40
bogdanm 88:9327015d4013 10 RW_IRAM1 0x100000C0 0x1F40 {
bogdanm 88:9327015d4013 11 .ANY (+RW +ZI)
bogdanm 88:9327015d4013 12 }
bogdanm 88:9327015d4013 13 RW_IRAM2 0x20000000 0x800 { ; RW data, I/O Handler RAM
bogdanm 88:9327015d4013 14 .ANY (IOHANDLER_RAM)
bogdanm 88:9327015d4013 15 }
bogdanm 88:9327015d4013 16 RW_IRAM3 0x20004000 0x800 { ; RW data, USB RAM
bogdanm 88:9327015d4013 17 .ANY (USBRAM)
bogdanm 88:9327015d4013 18 }
bogdanm 88:9327015d4013 19 }
bogdanm 88:9327015d4013 20