Tool/software: Code Composer Studio
Dears:
I have a task thread. When use CCS to debug, I can see that the maximum stackpeak value of task is about 1100 through ROV.
But when I set up task's steaksize more than 1024 , the chip will have some abnormal functions. (for example, too long data on the serial port will cause a crash).
How can I modify the maximum default value of stacksize for each task? Thanks!