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:
emilmont
Date:
Fri Feb 21 12:21:39 2014 +0000
Revision:
80:8e73be2a2ac1
Child:
87:6213f644d804
First alpha release for the NRF51822 target (to be tested in the online IDE)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
emilmont 80:8e73be2a2ac1 1 ;WITHOUT SOFTDEVICE:
emilmont 80:8e73be2a2ac1 2 ;LR_IROM1 0x00000000 0x00040000 {
emilmont 80:8e73be2a2ac1 3 ; ER_IROM1 0x00000000 0x00040000 {
emilmont 80:8e73be2a2ac1 4 ; *.o (RESET, +First)
emilmont 80:8e73be2a2ac1 5 ; *(InRoot$$Sections)
emilmont 80:8e73be2a2ac1 6 ; .ANY (+RO)
emilmont 80:8e73be2a2ac1 7 ; }
emilmont 80:8e73be2a2ac1 8 ; RW_IRAM1 0x20000000 0x00004000 {
emilmont 80:8e73be2a2ac1 9 ; .ANY (+RW +ZI)
emilmont 80:8e73be2a2ac1 10 ; }
emilmont 80:8e73be2a2ac1 11 ;}
emilmont 80:8e73be2a2ac1 12 ;
emilmont 80:8e73be2a2ac1 13 ;WITH SOFTDEVICE:
emilmont 80:8e73be2a2ac1 14
emilmont 80:8e73be2a2ac1 15 LR_IROM1 0x14000 0x002C000 {
emilmont 80:8e73be2a2ac1 16 ER_IROM1 0x14000 0x002C000 {
emilmont 80:8e73be2a2ac1 17 *.o (RESET, +First)
emilmont 80:8e73be2a2ac1 18 *(InRoot$$Sections)
emilmont 80:8e73be2a2ac1 19 .ANY (+RO)
emilmont 80:8e73be2a2ac1 20 }
emilmont 80:8e73be2a2ac1 21 RW_IRAM1 0x20002000 0x00002000 {
emilmont 80:8e73be2a2ac1 22 .ANY (+RW +ZI)
emilmont 80:8e73be2a2ac1 23 }
emilmont 80:8e73be2a2ac1 24 }
emilmont 80:8e73be2a2ac1 25
emilmont 80:8e73be2a2ac1 26
emilmont 80:8e73be2a2ac1 27