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:
Fri Aug 12 13:04:35 2016 +0200
Revision:
123:b0220dba8be7
Release 123 of the mbed library

Changes:
- new targets: nucleo_f207zg, beetle, nrf51_dk, hexiwear,
nuvoton nuc472, vk rz a1h
- ST - fix timer interrupt handler, sleep api fix
- NXP - lpc15xx us ticker fix
- Nordic - analogin fixes, LF clock init addition, enable i2c async

Who changed what in which revision?

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