Commit b25ccca
committed
Avoid user heap to override the minimum stack size
Minimum stack size is defined in linker script:
_Min_Stack_Size = 0x400;; /* required amount of stack */
If more stack is requested, then user have to ensure that heap
and stack can fit in the SRAM.
Fix #307
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>1 parent 8cef68d commit b25ccca
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
41 | 48 | | |
42 | 49 | | |
43 | 50 | | |
| |||
0 commit comments