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.

TARGET_MAX32625PICO_NO_BOOT/TOOLCHAIN_ARM_STD/MAX32625.sct

Committer:
Anna Bridge
Date:
2018-06-22
Revision:
169:a7c7b631e539

File content as of revision 169:a7c7b631e539:

; 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)
    }
}