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:
Anna Bridge
Date:
Fri Apr 20 11:08:29 2018 +0100
Revision:
166:5aab5a7997ee
Parent:
157:e7ca05fa8600
Child:
171:3a7713b1edbc
Updating mbed 2 version number

Who changed what in which revision?

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