You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
0 commit comments