I use the dynamic method to create tasks in SYS/BIOS 6_34_02_18.
But I don't know the stack size should I use.
So I use a predefined value.
In RTOS Object View I can see the stackPeak.
Does it mean that the value of stackPeak is enough for my task ?
Some tasks that was running is preempted by others, so they not run all the functions. Will stackPeak change in next time when the task runs all the functions?