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.
2 parents 2cdd41d + 841ce1d commit e8bd53fCopy full SHA for e8bd53f
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,9 @@ SECTIONS
40
.text :
41
42
KEEP(*(.isr_vector))
43
+ *(.text.Reset_Handler)
44
+ *(.text.SystemInit)
45
+ . = 0x200;
46
*(.text*)
47
48
KEEP(*(.init))
0 commit comments