Ok, thank!!, I' ll test with static buffer in the top of the code of the task.
Regards Oscar On Fri, Sep 25, 2009 at 6:56 PM, Marc Sandusky <[email protected]>wrote: > I *think* we recommend that you do not declare a buffer that large on the > stack. Try a static buffer, or one from the heap. > > > Marc > > > ------------------------------ > Date: Fri, 25 Sep 2009 09:52:57 +0200 > From: [email protected] > To: [email protected] > Subject: [lwip-users] RTOS y lwip size of command TCP > > > Hello everybody, i´m using TCP socket, and i need to receive one command > of 12000 bytes. > > if i defined a variable of this size " char buffer [12000]; " is there a > problem with the stack of freeRTOS, what size of stack do you recommned > use?. > > Thanks > Oscar > > _______________________________________________ > lwip-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/lwip-users >
_______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
