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:
Kojto
Date:
Wed Jul 19 16:46:19 2017 +0100
Revision:
147:a97add6d7e64
Parent:
145:64910690c574
Release 147 of the mbed library.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AnnaBridge 145:64910690c574 1 #! armcc -E
Kojto 119:aae6fcc7d9bb 2 ; *************************************************************
Kojto 119:aae6fcc7d9bb 3 ; *** Scatter-Loading Description File generated by uVision ***
Kojto 119:aae6fcc7d9bb 4 ; *************************************************************
Kojto 119:aae6fcc7d9bb 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 0x00040000
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 119:aae6fcc7d9bb 16 *.o (RESET, +First)
Kojto 119:aae6fcc7d9bb 17 *(InRoot$$Sections)
Kojto 119:aae6fcc7d9bb 18 .ANY (+RO)
Kojto 119:aae6fcc7d9bb 19 }
Kojto 119:aae6fcc7d9bb 20 RW_IRAM1 0x200000C8 0x00007F38 { ; RW data
Kojto 119:aae6fcc7d9bb 21 .ANY (+RW +ZI)
Kojto 119:aae6fcc7d9bb 22 }
Kojto 119:aae6fcc7d9bb 23 }
Kojto 119:aae6fcc7d9bb 24