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 057bc9a commit 7818102Copy full SHA for 7818102
hal/targets/cmsis/TARGET_Freescale/TARGET_MCU_K64F/TOOLCHAIN_GCC_ARM/K64FN1M0xxx12.ld
@@ -7,7 +7,7 @@ MEMORY
7
VECTORS (rx) : ORIGIN = 0x00000000, LENGTH = 0x00000400
8
FLASH_PROTECTION (rx) : ORIGIN = 0x00000400, LENGTH = 0x00000010
9
FLASH (rx) : ORIGIN = 0x00000410, LENGTH = 0x00100000 - 0x00000410
10
- RAM (rwx) : ORIGIN = 0x1FFF0198, LENGTH = 0x00040000 - 0x00000198
+ RAM (rwx) : ORIGIN = 0x1FFF0200, LENGTH = 0x00040000 - 0x00000200
11
}
12
13
/* Linker script to place sections and symbol values. Should be used together
0 commit comments