I have created a basic web server on a SAM3X-EK(with FreeRTOS/LWIP).  The
files are read from a sd card then transmitted back to the browser.  It
works but will hang randomly.  I am unsure exactly how to calculate how big
the stack should be for the webserver thread.  There is another issue with
the transmit buffer, it seems that if it is too large(> 1k) it will hang.
 If it is around 1k then I can loop through the file and transmit it in
blocks.  How can I optimize the stack better?  Has anyone implemented a
webserver? what issues have you run seen?

Regards,
Seth
_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to