hi
on use xTaskCreate(http_server, "http_server", 4196, NULL, 5, NULL);
task Always appear over flow,
What is the largest parameter i can use, please?
task over flow
Re: task over flow
Why don't you just try to increase the task's stack size to a larger value and see which one is enough?
It can be set up to the availavle RAM.
It can be set up to the availavle RAM.
Re: task over flow
That's like asking us how big a check you can write on your bank account. There is no way for us to know how much money you have in the bank, and there is no way for us to know how much free ram you have or need. You can increase the amount of stack size until it fails to create the task. Or you could do a memory analyze of your application and study why your task needs so much stack.1163167506 wrote:hi
on use xTaskCreate(http_server, "http_server", 4196, NULL, 5, NULL);
task Always appear over flow,
What is the largest parameter i can use, please?
Being aware of when the stack is being used, how much of it you are using, and how you can avoid using it is all essential knowledge. The first question you should ask yourself is... "Do you know how and when the stack get used".
John A
Who is online
Users browsing this forum: Bing [Bot] and 116 guests