diff options
| author | Brad Luyster <BradLuyster@gmail.com> | 2012-09-07 22:09:48 -0400 |
|---|---|---|
| committer | Brad Luyster <BradLuyster@gmail.com> | 2012-09-07 22:09:48 -0400 |
| commit | b383c1be9fcf85d08594cbf0a7b7efba8e858dfd (patch) | |
| tree | 40bf0ceecc181f76d272be3ac60a93bcd3d9f7ad | |
| parent | 6632399b898343df59eb707849b8f516ebdba378 (diff) | |
Updated linker script
| -rw-r--r-- | LPC11x14_10x_rom.ld (renamed from LPC11x14_30x_rom.ld) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LPC11x14_30x_rom.ld b/LPC11x14_10x_rom.ld index 6aff0f1..6c3d13c 100644 --- a/LPC11x14_30x_rom.ld +++ b/LPC11x14_10x_rom.ld @@ -45,7 +45,7 @@ PROVIDE(__process_stack_size = __process_stack_size); MEMORY
{
rom (rx) : org = 0x00000000, len = 32k
- ram (rwx) : org = 0x10000000, len = 8k
+ ram (rwx) : org = 0x10000000, len = 4k
}
__rom_start = ORIGIN(rom);
|
