|
| From: | Marc Sandusky |
| Subject: | RE: [lwip-users] RTOS y lwip size of command TCP |
| Date: | Fri, 25 Sep 2009 09:56:24 -0700 |
|
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 |
| [Prev in Thread] | Current Thread | [Next in Thread] |