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:
Anna Bridge
Date:
Fri Apr 20 11:08:29 2018 +0100
Revision:
166:5aab5a7997ee
Parent:
99:dbbf35b96557
Updating mbed 2 version number

Who changed what in which revision?

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