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!