This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to define a bigger stack for a task

there are 10 tasks in our application,
stack size definition in RTX_cinfig is default setting
as follows:

// <o>Task stack size [bytes] <20-4096:8><#/4>
// Set the stack size for tasks which is assigned by the system.
//
Default: 200
#ifndef OS_STKSIZE #define OS_STKSIZE 50
#endif

one of the 10 taskes is overflow now, how to define a
bigger stack for the task. thanks in advice!

0