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:
93:e188a91d3eaa
Release 147 of the mbed library.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 92:4fc01daae5a5 1
bogdanm 92:4fc01daae5a5 2
bogdanm 92:4fc01daae5a5 3 LOAD_TTB 0x20000000 0x00004000 ; Page 0 of On-Chip Data Retention RAM
bogdanm 92:4fc01daae5a5 4 {
bogdanm 92:4fc01daae5a5 5 TTB +0 EMPTY 0x4000
bogdanm 92:4fc01daae5a5 6 { } ; Level-1 Translation Table for MMU
bogdanm 92:4fc01daae5a5 7 }
bogdanm 92:4fc01daae5a5 8
bogdanm 92:4fc01daae5a5 9 SFLASH 0x18000000 (0x08000000)
bogdanm 92:4fc01daae5a5 10 {
bogdanm 92:4fc01daae5a5 11 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
bogdanm 92:4fc01daae5a5 12 ; S-Flash ROM : Executable cached region
bogdanm 92:4fc01daae5a5 13 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
bogdanm 92:4fc01daae5a5 14
bogdanm 92:4fc01daae5a5 15 BOOT_LOADER_BEGIN 0x18000000 FIXED
bogdanm 92:4fc01daae5a5 16 {
bogdanm 92:4fc01daae5a5 17 * ( BOOT_LOADER )
bogdanm 92:4fc01daae5a5 18 }
bogdanm 92:4fc01daae5a5 19
bogdanm 92:4fc01daae5a5 20 VECTORS 0x18004000 FIXED
bogdanm 92:4fc01daae5a5 21 {
bogdanm 92:4fc01daae5a5 22 * (RESET, +FIRST) ; Vector table and other (assembler) startup code
bogdanm 92:4fc01daae5a5 23 * (InRoot$$Sections) ; All (library) code that must be in a root region
bogdanm 92:4fc01daae5a5 24 * (+RO-CODE) ; Application RO code (.text)
bogdanm 92:4fc01daae5a5 25 }
bogdanm 92:4fc01daae5a5 26
Kojto 93:e188a91d3eaa 27 RO_DATA +0
bogdanm 92:4fc01daae5a5 28 { * (+RO-DATA) } ; Application RO data (.constdata)
bogdanm 92:4fc01daae5a5 29
Kojto 93:e188a91d3eaa 30 RW_DATA 0x20020000
bogdanm 92:4fc01daae5a5 31 { * (+RW) } ; Application RW data (.data)
bogdanm 92:4fc01daae5a5 32
Kojto 93:e188a91d3eaa 33 ZI_DATA +0 ALIGN 0x400
bogdanm 92:4fc01daae5a5 34 { * (+ZI) } ; Application ZI data (.bss)
bogdanm 92:4fc01daae5a5 35
bogdanm 92:4fc01daae5a5 36 RW_DATA_NC 0x60900000 0x00100000
bogdanm 92:4fc01daae5a5 37 { * (NC_DATA) } ; Application RW data Non cached area
bogdanm 92:4fc01daae5a5 38
bogdanm 92:4fc01daae5a5 39 ZI_DATA_NC +0
bogdanm 92:4fc01daae5a5 40 { * (NC_BSS) } ; Application ZI data Non cached area
bogdanm 92:4fc01daae5a5 41 }
bogdanm 92:4fc01daae5a5 42
bogdanm 92:4fc01daae5a5 43