mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Committer:
mbed_official
Date:
Fri Jul 31 14:15:09 2015 +0100
Revision:
600:7d17ca308cd1
Parent:
443:ed48b4122bfb
Synchronized with git revision e4cd8bbd3e05b68e5a7f466c74035a85743d45e0

Full URL: https://github.com/mbedmicro/mbed/commit/e4cd8bbd3e05b68e5a7f466c74035a85743d45e0/

Enable LPC8xx usart when configuring it

Who changed what in which revision?

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