Skip to content

Commit ab46ea6

Browse files
committed
Merge pull request #814 from adamgreen/KL05Z_GCC_LinkerScript_Fix
Targets: Fix KL05Z GCC_ARM linker script
2 parents 869fd19 + a1653f2 commit ab46ea6

File tree

1 file changed

+1
-1
lines changed
  • libraries/mbed/targets/cmsis/TARGET_Freescale/TARGET_KLXX/TARGET_KL05Z/TOOLCHAIN_GCC_ARM

1 file changed

+1
-1
lines changed

libraries/mbed/targets/cmsis/TARGET_Freescale/TARGET_KLXX/TARGET_KL05Z/TOOLCHAIN_GCC_ARM/MKL05Z4.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MEMORY
66
{
77
VECTORS (rx) : ORIGIN = 0x00000000, LENGTH = 0x00000410
88
FLASH (rx) : ORIGIN = 0x00000410, LENGTH = 32K - 0x00000410
9-
RAM (rwx) : ORIGIN = 0x1FFFFC00, LENGTH = 4K - 0xC0
9+
RAM (rwx) : ORIGIN = 0x1FFFFCC0, LENGTH = 4K - 0xC0
1010
}
1111

1212
/* Linker script to place sections and symbol values. Should be used together

0 commit comments

Comments
 (0)