Skip to content

Commit 841ce1d

Browse files
committed
Fixed: The issue of interrupt vector remapping for GCC_ARM LPC1114
1 parent 97d9278 commit 841ce1d

File tree

1 file changed

+2
-0
lines changed
  • libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC11XX/TOOLCHAIN_GCC_ARM

1 file changed

+2
-0
lines changed

libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC11XX/TOOLCHAIN_GCC_ARM/LPC1114.ld

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ SECTIONS
4040
.text :
4141
{
4242
KEEP(*(.isr_vector))
43+
*(.text.Reset_Handler)
44+
*(.text.SystemInit)
4345
. = 0x200;
4446
*(.text*)
4547

0 commit comments

Comments
 (0)