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.
Diff: TARGET_MAX32625MBED/TOOLCHAIN_ARM_STD/MAX32625.sct
- Revision:
- 129:0ab6a29f35bf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TARGET_MAX32625MBED/TOOLCHAIN_ARM_STD/MAX32625.sct Tue Nov 08 17:28:34 2016 +0000 @@ -0,0 +1,16 @@ +; MAX32625 +; 512KB FLASH (0x80000) @ 0x000000000 +; 160KB RAM (0x28000) @ 0x20000000 + +LR_IROM1 0x000000000 0x80000 { ; load region size_region + ER_IROM1 0x000000000 0x80000 { ; load address = execution address + *.o (RESET, +First) + *(InRoot$$Sections) + .ANY (+RO) + } + + ; [RAM] Vector table dynamic copy: 68 vectors * 4 bytes = 272 (0x110) + RW_IRAM1 (0x20000000+0x110) (0x28000-0x110) { ; RW data + .ANY (+RW +ZI) + } +}