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 Jun 21 17:31:38 2017 +0100
Revision:
145:64910690c574
Parent:
113:f141b2784e32
Release 145 of the mbed library.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AnnaBridge 145:64910690c574 1 #! armcc -E
Kojto 98:8ab26030e058 2 ; *************************************************************
Kojto 98:8ab26030e058 3 ; *** Scatter-Loading Description File generated by uVision ***
Kojto 98:8ab26030e058 4 ; *************************************************************
Kojto 98:8ab26030e058 5
AnnaBridge 145:64910690c574 6 #if !defined(MBED_APP_START)
AnnaBridge 145:64910690c574 7 #define MBED_APP_START 0x00000000
AnnaBridge 145:64910690c574 8 #endif
AnnaBridge 145:64910690c574 9
AnnaBridge 145:64910690c574 10 #if !defined(MBED_APP_SIZE)
AnnaBridge 145:64910690c574 11 #define MBED_APP_SIZE 0x00010000
AnnaBridge 145:64910690c574 12 #endif
AnnaBridge 145:64910690c574 13
AnnaBridge 145:64910690c574 14 LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region
AnnaBridge 145:64910690c574 15 ER_IROM1 MBED_APP_START MBED_APP_SIZE { ; load address = execution address
Kojto 98:8ab26030e058 16 *.o (RESET, +First)
Kojto 98:8ab26030e058 17 *(InRoot$$Sections)
Kojto 98:8ab26030e058 18 .ANY (+RO)
Kojto 98:8ab26030e058 19 }
Kojto 113:f141b2784e32 20 RW_IRAM1 0x20000094 0x00001F6C { ; RW data
Kojto 98:8ab26030e058 21 .ANY (+RW +ZI)
Kojto 98:8ab26030e058 22 }
Kojto 98:8ab26030e058 23 }
Kojto 98:8ab26030e058 24