|
@@ -15,7 +15,7 @@
|
|
|
**
|
|
|
** Target : STMicroelectronics STM32
|
|
|
**
|
|
|
-** Distribution: The file is distributed “as is,” without any warranty
|
|
|
+** Distribution: The file is distributed �as is,� without any warranty
|
|
|
** of any kind.
|
|
|
**
|
|
|
*****************************************************************************
|
|
@@ -37,7 +37,7 @@ ENTRY(Reset_Handler)
|
|
|
/* Highest address of the user mode stack */
|
|
|
_estack = 0x10048000; /* end of RAM */
|
|
|
/* Generate a link error if heap and stack don't fit into RAM */
|
|
|
-_Min_Heap_Size = 0x200; /* required amount of heap */
|
|
|
+_Min_Heap_Size = 0x000; /* required amount of heap */
|
|
|
_Min_Stack_Size = 0x400; /* required amount of stack */
|
|
|
|
|
|
/* Specify the memory areas */
|