Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
TARGET_MAX32600MBED/TOOLCHAIN_ARM_STD/MAX32600.sct@121:672067c3ada4, 2016-04-14 (annotated)
- Committer:
- elijahorr
- Date:
- Thu Apr 14 07:28:54 2016 +0000
- Revision:
- 121:672067c3ada4
- Parent:
- 101:7cff1c4259d7
.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kojto | 101:7cff1c4259d7 | 1 | |
Kojto | 101:7cff1c4259d7 | 2 | ; MAX32600 |
Kojto | 101:7cff1c4259d7 | 3 | ; 256KB FLASH (0x40000) @ 0x000000000 |
Kojto | 101:7cff1c4259d7 | 4 | ; 2KB RAM (0x8000) @ 0x20000000 |
Kojto | 101:7cff1c4259d7 | 5 | |
Kojto | 101:7cff1c4259d7 | 6 | |
Kojto | 101:7cff1c4259d7 | 7 | ; MAX32600: 256KB FLASH (0x40000) + 32KB RAM (0x8000) |
Kojto | 101:7cff1c4259d7 | 8 | |
Kojto | 101:7cff1c4259d7 | 9 | LR_IROM1 0x00000000 0x40000 { ; load region size_region |
Kojto | 101:7cff1c4259d7 | 10 | ER_IROM1 0x00000000 0x40000 { ; load address = execution address |
Kojto | 101:7cff1c4259d7 | 11 | *.o (RESET, +First) |
Kojto | 101:7cff1c4259d7 | 12 | *(InRoot$$Sections) |
Kojto | 101:7cff1c4259d7 | 13 | .ANY (+RO) |
Kojto | 101:7cff1c4259d7 | 14 | } |
Kojto | 101:7cff1c4259d7 | 15 | |
Kojto | 101:7cff1c4259d7 | 16 | ; [RAM] Vector table dynamic copy: 79 vectors * 4 bytes = (0x140) - alignment |
Kojto | 101:7cff1c4259d7 | 17 | RW_IRAM1 (0x20000000+0x140) (0x8000-0x140) { ; RW data |
Kojto | 101:7cff1c4259d7 | 18 | .ANY (+RW +ZI) |
Kojto | 101:7cff1c4259d7 | 19 | } |
Kojto | 101:7cff1c4259d7 | 20 | |
Kojto | 101:7cff1c4259d7 | 21 | } |