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:
89:552587b429a1
Release 147 of the mbed library.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 89:552587b429a1 1
bogdanm 89:552587b429a1 2 LR_IROM1 0x1A000000 0x00080000 { ; load region size_region
bogdanm 89:552587b429a1 3 ER_IROM1 0x1A000000 0x00080000 { ; load address = execution address
bogdanm 89:552587b429a1 4 *.o (RESET, +First)
bogdanm 89:552587b429a1 5 *(InRoot$$Sections)
bogdanm 89:552587b429a1 6 .ANY (+RO)
bogdanm 89:552587b429a1 7 }
bogdanm 89:552587b429a1 8 ; ER_IROM2 0x1B000000 0x00080000 { ; load address = execution address
bogdanm 89:552587b429a1 9 ; .ANY (+RO)
bogdanm 89:552587b429a1 10 ; }
bogdanm 89:552587b429a1 11
bogdanm 89:552587b429a1 12 ; 8_byte_aligned(69 vect * 4 bytes) = 8_byte_aligned(0x0114) = 0x0118
bogdanm 89:552587b429a1 13 RW_IRAM1 0x10000000+0x118 0x8000-0x118 {
bogdanm 89:552587b429a1 14 .ANY (+RW +ZI)
bogdanm 89:552587b429a1 15 }
bogdanm 89:552587b429a1 16 ; RW_IRAM2 0x10080000 0xA000 { ; RW data
bogdanm 89:552587b429a1 17 ; .ANY (IRAM2)
bogdanm 89:552587b429a1 18 ; }
bogdanm 89:552587b429a1 19 ; RW_IRAM3 0x20000000 0x10000 { ; RW data
bogdanm 89:552587b429a1 20 ; .ANY (AHBSRAM)
bogdanm 89:552587b429a1 21 ; }
bogdanm 89:552587b429a1 22 }