max no. of tasks??
Posted: Wed Apr 25, 2018 9:25 am
by ningappa BS
how many maximum no. of tasks can create..?
Re: max no. of tasks??
Posted: Wed Apr 25, 2018 3:30 pm
by fly135
I made a loop and was able to create 65 tasks before getting an error return from xTaskCreate. I think the practical limit is going to be memory. The stack size of each task will have a big effect on that.
John A