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 by
Diff: TARGET_LPC4337/TOOLCHAIN_ARM_STD/LPC4337.sct
- Revision:
- 89:552587b429a1
diff -r 9327015d4013 -r 552587b429a1 TARGET_LPC4337/TOOLCHAIN_ARM_STD/LPC4337.sct --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TARGET_LPC4337/TOOLCHAIN_ARM_STD/LPC4337.sct Fri Sep 12 16:41:52 2014 +0100 @@ -0,0 +1,22 @@ + +LR_IROM1 0x1A000000 0x00080000 { ; load region size_region + ER_IROM1 0x1A000000 0x00080000 { ; load address = execution address + *.o (RESET, +First) + *(InRoot$$Sections) + .ANY (+RO) + } +; ER_IROM2 0x1B000000 0x00080000 { ; load address = execution address +; .ANY (+RO) +; } + + ; 8_byte_aligned(69 vect * 4 bytes) = 8_byte_aligned(0x0114) = 0x0118 + RW_IRAM1 0x10000000+0x118 0x8000-0x118 { + .ANY (+RW +ZI) + } +; RW_IRAM2 0x10080000 0xA000 { ; RW data +; .ANY (IRAM2) +; } +; RW_IRAM3 0x20000000 0x10000 { ; RW data +; .ANY (AHBSRAM) +; } +}