Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
targets/cmsis/TARGET_NXP/TARGET_LPC11UXX/TOOLCHAIN_ARM_STD/TARGET_LPC11U35_501/LPC11U35.sct@110:410346174f7a, 2014-03-04 (annotated)
- Committer:
- mbed_official
- Date:
- Tue Mar 04 10:30:06 2014 +0000
- Revision:
- 110:410346174f7a
Synchronized with git revision 6d794061129a95b908b534cbddf5e6fe741b5ced
Full URL: https://github.com/mbedmicro/mbed/commit/6d794061129a95b908b534cbddf5e6fe741b5ced/
Added LPC11U35_501 target support
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 110:410346174f7a | 1 | |
mbed_official | 110:410346174f7a | 2 | LR_IROM1 0x00000000 0x10000 { ; load region size_region (64k) |
mbed_official | 110:410346174f7a | 3 | ER_IROM1 0x00000000 0x10000 { ; load address = execution address |
mbed_official | 110:410346174f7a | 4 | *.o (RESET, +First) |
mbed_official | 110:410346174f7a | 5 | *(InRoot$$Sections) |
mbed_official | 110:410346174f7a | 6 | .ANY (+RO) |
mbed_official | 110:410346174f7a | 7 | } |
mbed_official | 110:410346174f7a | 8 | ; 8_byte_aligned(48 vect * 4 bytes) = 8_byte_aligned(0xC0) = 0xC0 |
mbed_official | 110:410346174f7a | 9 | ; 8KB - 0xC0 = 0x1F40 |
mbed_official | 110:410346174f7a | 10 | RW_IRAM1 0x100000C0 0x1F40 { |
mbed_official | 110:410346174f7a | 11 | .ANY (+RW +ZI) |
mbed_official | 110:410346174f7a | 12 | } |
mbed_official | 110:410346174f7a | 13 | RW_IRAM2 0x20000000 0x800 { ; RW data, I/O Handler RAM |
mbed_official | 110:410346174f7a | 14 | .ANY (IOHANDLER_RAM) |
mbed_official | 110:410346174f7a | 15 | } |
mbed_official | 110:410346174f7a | 16 | RW_IRAM3 0x20004000 0x800 { ; RW data, USB RAM |
mbed_official | 110:410346174f7a | 17 | .ANY (USBRAM) |
mbed_official | 110:410346174f7a | 18 | } |
mbed_official | 110:410346174f7a | 19 | } |
mbed_official | 110:410346174f7a | 20 |