This commit is contained in:
treymarc 2014-04-16 15:06:37 +00:00
parent 45b74bf0b6
commit f51174400d
4 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
** File : stm32_flash.ld
**
** Abstract : Linker script for STM32F103C8 Device with
** 64KByte FLASH, 20KByte RAM
** 128KByte FLASH, 20KByte RAM
**
*****************************************************************************
*/
@ -13,7 +13,7 @@
ENTRY(Reset_Handler)
/* Highest address of the user mode stack */
_estack = 0x20005000; /* end of 10K RAM */
_estack = 0x20005000; /* end of 20K RAM */
/* Generate a link error if heap and stack don't fit into RAM */
_Min_Heap_Size = 0; /* required amount of heap */