Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Hello to all
In my program, I use 3 threads
At the same time, I determined by experience that for all 3 threads the sum of parameters pthread_attr_setstacksize
cannot be more than 3550, but it is not obligatory that they are equal (and now it’s 700 + 1400 + 1400)
A value of 1400 allows to the thread to work with the spiFFSI file system.
When this limit 3550 is exceeded, the application simply does not work.
I did not find a description of the restrictions on this parameter.
Does anyone know how this works?
thank you in advance