lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] RTOS y lwip size of command TCP


From: Oscar F
Subject: Re: [lwip-users] RTOS y lwip size of command TCP
Date: Sun, 27 Sep 2009 19:37:24 +0200

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 <address@hidden> 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: address@hidden
To: address@hidden
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
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users


reply via email to

[Prev in Thread] Current Thread [Next in Thread]