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:
Tue Jun 09 14:29:26 2015 +0100
Revision:
101:7cff1c4259d7
Release 101 of the mbed library

Changes:
- new platform: APPNEARME_MICRONFCBOARD, MTS_DRAGONFLY_F411RE, MAX32600MBED, WIZwiki_W7500
- Silabs memory optimization in gpio, pwm fixes
- SPI - ssel documentation fixes and its use

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 101:7cff1c4259d7 1
Kojto 101:7cff1c4259d7 2 ; MAX32600
Kojto 101:7cff1c4259d7 3 ; 256KB FLASH (0x40000) @ 0x000000000
Kojto 101:7cff1c4259d7 4 ; 2KB RAM (0x8000) @ 0x20000000
Kojto 101:7cff1c4259d7 5
Kojto 101:7cff1c4259d7 6
Kojto 101:7cff1c4259d7 7 ; MAX32600: 256KB FLASH (0x40000) + 32KB RAM (0x8000)
Kojto 101:7cff1c4259d7 8
Kojto 101:7cff1c4259d7 9 LR_IROM1 0x00000000 0x40000 { ; load region size_region
Kojto 101:7cff1c4259d7 10 ER_IROM1 0x00000000 0x40000 { ; load address = execution address
Kojto 101:7cff1c4259d7 11 *.o (RESET, +First)
Kojto 101:7cff1c4259d7 12 *(InRoot$$Sections)
Kojto 101:7cff1c4259d7 13 .ANY (+RO)
Kojto 101:7cff1c4259d7 14 }
Kojto 101:7cff1c4259d7 15
Kojto 101:7cff1c4259d7 16 ; [RAM] Vector table dynamic copy: 79 vectors * 4 bytes = (0x140) - alignment
Kojto 101:7cff1c4259d7 17 RW_IRAM1 (0x20000000+0x140) (0x8000-0x140) { ; RW data
Kojto 101:7cff1c4259d7 18 .ANY (+RW +ZI)
Kojto 101:7cff1c4259d7 19 }
Kojto 101:7cff1c4259d7 20
Kojto 101:7cff1c4259d7 21 }