This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC2640R2F: the maximum default value of stacksize for each task

Part Number: CC2640R2F

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!