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:
129:0ab6a29f35bf
mbed library release version 165

Who changed what in which revision?

UserRevisionLine numberNew contents of line
<> 129:0ab6a29f35bf 1 ; MAX32625
<> 129:0ab6a29f35bf 2 ; 512KB FLASH (0x70000) @ 0x000010000
<> 129:0ab6a29f35bf 3 ; 160KB RAM (0x24F00) @ 0x20003100
<> 129:0ab6a29f35bf 4
<> 129:0ab6a29f35bf 5 LR_IROM1 0x000010000 0x70000 { ; load region size_region
<> 129:0ab6a29f35bf 6 ER_IROM1 0x000010000 0x70000 { ; load address = execution address
<> 129:0ab6a29f35bf 7 *.o (RESET, +First)
<> 129:0ab6a29f35bf 8 *(InRoot$$Sections)
<> 129:0ab6a29f35bf 9 .ANY (+RO)
<> 129:0ab6a29f35bf 10 }
<> 129:0ab6a29f35bf 11
<> 129:0ab6a29f35bf 12 ; [RAM] Vector table dynamic copy: 68 vectors * 4 bytes = 272 (0x110)
<> 129:0ab6a29f35bf 13 RW_IRAM1 (0x20003100+0x110) (0x24F00-0x110) { ; RW data
<> 129:0ab6a29f35bf 14 .ANY (+RW +ZI)
<> 129:0ab6a29f35bf 15 }
<> 129:0ab6a29f35bf 16 }