We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all,
I am using lwip stack for my controller. Here i am creating a thread using function
sys_thread_new("tcpecho_thread", FTP_thread, NULL, 4000, DEFAULT_THREAD_PRIO);
Here thread is created everything is fine. But in this thread i am going to create one more thread and giving size is 1000.
with out errors it is fine, but when i run my code i am always getting "task creation failed".
i am suspecting size issues, or any issue please help me anyone.
Thanks