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_MAX32625NEXPAQ/TOOLCHAIN_ARM_STD/MAX32625.sct

Committer:
AnnaBridge
Date:
2019-02-20
Revision:
172:65be27845400
Parent:
129:0ab6a29f35bf

File content as of revision 172:65be27845400:

; MAX32625
; 512KB FLASH (0x70000) @ 0x000010000
; 160KB RAM (0x24F00) @ 0x20003100

LR_IROM1 0x000010000 0x70000  {    ; load region size_region
    ER_IROM1 0x000010000 0x70000  {  ; load address = execution address 
        *.o (RESET, +First)
        *(InRoot$$Sections)
        .ANY (+RO)
    }

    ; [RAM] Vector table dynamic copy: 68 vectors * 4 bytes = 272 (0x110)
    RW_IRAM1 (0x20003100+0x110) (0x24F00-0x110)  {  ; RW data
        .ANY (+RW +ZI)
    }
}