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_MAX32630FTHR/TOOLCHAIN_ARM_STD/MAX3263x.sct
- Revision:
- 135:176b8275d35d
diff -r ad3be0349dc5 -r 176b8275d35d TARGET_MAX32630FTHR/TOOLCHAIN_ARM_STD/MAX3263x.sct --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TARGET_MAX32630FTHR/TOOLCHAIN_ARM_STD/MAX3263x.sct Thu Feb 02 16:02:30 2017 +0000 @@ -0,0 +1,16 @@ +; MAX3263x +; 2MB FLASH (0x200000) @ 0x000000000 +; 512KB RAM (0x80000) @ 0x20000000 + +LR_IROM1 0x000000000 0x200000 { ; load region size_region + ER_IROM1 0x000000000 0x200000 { ; 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) (0x80000-0x110) { ; RW data + .ANY (+RW +ZI) + } +}