We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdd41d commit 97d9278Copy full SHA for 97d9278
libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC11XX/TOOLCHAIN_GCC_ARM/LPC1114.ld
@@ -4,7 +4,7 @@
4
MEMORY
5
{
6
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 32K
7
- RAM (rwx) : ORIGIN = 0x10000000, LENGTH = 2K
+ RAM (rwx) : ORIGIN = 0x100000C0, LENGTH = 0x0F40
8
}
9
10
/* Linker script to place sections and symbol values. Should be used together
@@ -40,6 +40,7 @@ SECTIONS
40
.text :
41
42
KEEP(*(.isr_vector))
43
+ . = 0x200;
44
*(.text*)
45
46
KEEP(*(.init))
0 commit comments