File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ENTRY(Reset_Handler)
3
3
/* Highest address of the user mode stack */
4
4
_stack_end = 0x20030000; /* end of RAM */
5
5
/* Generate a link error if heap and stack don't fit into RAM */
6
- _stack_size = 0x200 ; /* required amount of stack */
6
+ _stack_size = 0x400 ; /* required amount of stack */
7
7
8
8
MEMORY {
9
9
FLASH (rx) : ORIGIN = 0x08000000 , LENGTH = 1024K
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ENTRY(Reset_Handler)
3
3
/* Highest address of the user mode stack */
4
4
_stack_end = 0x20030000; /* end of RAM */
5
5
/* Generate a link error if heap and stack don't fit into RAM */
6
- _stack_size = 0x200 ; /* required amount of stack */
6
+ _stack_size = 0x400 ; /* required amount of stack */
7
7
8
8
MEMORY {
9
9
FLASH (rx) : ORIGIN = 0x08000000 , LENGTH = 1024K
You can’t perform that action at this time.
0 commit comments