Merge pull request #814 from adamgreen/KL05Z_GCC_LinkerScript_Fix

Targets: Fix KL05Z GCC_ARM linker script
pull/817/head
Martin Kojtal 2014-12-24 11:34:58 +01:00
commit ab46ea6cee
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ MEMORY
{
VECTORS (rx) : ORIGIN = 0x00000000, LENGTH = 0x00000410
FLASH (rx) : ORIGIN = 0x00000410, LENGTH = 32K - 0x00000410
RAM (rwx) : ORIGIN = 0x1FFFFC00, LENGTH = 4K - 0xC0
RAM (rwx) : ORIGIN = 0x1FFFFCC0, LENGTH = 4K - 0xC0
}
/* Linker script to place sections and symbol values. Should be used together