Skip to content

Commit 0d6bec9

Browse files
committed
LD - space reserved for vectors in RAM
1 parent 48ee225 commit 0d6bec9

File tree

1 file changed

+2
-0
lines changed
  • libraries/mbed/targets/cmsis/TARGET_Freescale/TARGET_KL25Z/TOOLCHAIN_GCC_ARM

1 file changed

+2
-0
lines changed

libraries/mbed/targets/cmsis/TARGET_Freescale/TARGET_KL25Z/TOOLCHAIN_GCC_ARM/MKL25Z4.ld

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ SECTIONS
9898
.data : AT (__etext)
9999
{
100100
__data_start__ = .;
101+
/* vectors come here, shift 0xc0 */
102+
. = . + 0xC0;
101103
*(vtable)
102104
*(.data*)
103105

0 commit comments

Comments
 (0)