File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
libraries/mbed/targets/cmsis/TARGET_Freescale/TARGET_KL25Z/TOOLCHAIN_GCC_ARM Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
MEMORY
6
6
{
7
- VECTORS (rx) : ORIGIN = 0x00000000, LENGTH = 0x00000400
7
+ VECTORS (rx) : ORIGIN = 0x00000000, LENGTH = 0x00000400
8
8
FLASH_PROTECTION (rx) : ORIGIN = 0x00000400, LENGTH = 0x00000010
9
9
FLASH (rx) : ORIGIN = 0x00000410, LENGTH = 128K - 0x00000410
10
- RAM (rwx) : ORIGIN = 0x1FFFF000 , LENGTH = 16K
10
+ RAM (rwx) : ORIGIN = 0x1FFFF0C0 , LENGTH = 16K - 0xC0
11
11
}
12
12
13
13
/* Linker script to place sections and symbol values. Should be used together
@@ -98,8 +98,6 @@ SECTIONS
98
98
.data : AT (__etext)
99
99
{
100
100
__data_start__ = .;
101
- /* vectors come here, shift 0xc0 */
102
- . = . + 0xC0;
103
101
*(vtable)
104
102
*(.data*)
105
103
You can’t perform that action at this time.
0 commit comments