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:
81:7d30d6019079
mbed library release version 165

Who changed what in which revision?

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