Skip to content

Commit cb6300e

Browse files
committed
Merge pull request #1818 from c1728p9/k64f_memory_map
Update K64F memory map for for larger static data
2 parents a8d2fa6 + c730c63 commit cb6300e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hal/targets/cmsis/TARGET_Freescale/TARGET_K64F/TOOLCHAIN_GCC_ARM/MK64FN1M0xxx12.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ SECTIONS
202202
KEEP(*(.jcr*))
203203
. = ALIGN(4);
204204
__data_end__ = .; /* define a global symbol at data end */
205-
} > m_data
205+
} > m_data_2
206206

207207
__DATA_END = __DATA_ROM + (__data_end__ - __data_start__);
208208
text_end = ORIGIN(m_text) + LENGTH(m_text);
@@ -225,7 +225,7 @@ SECTIONS
225225
. = ALIGN(4);
226226
__bss_end__ = .;
227227
__END_BSS = .;
228-
} > m_data
228+
} > m_data_2
229229

230230
.heap :
231231
{

0 commit comments

Comments
 (0)