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@hiddenTo:
address@hiddenSubject: [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