What are the limitations for LPCoppen webserver example

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What are the limitations for LPCoppen webserver example

702 Views
dariytrantchev
Contributor I

The web-server in LPCopen example "lpcopen_2_10_lpcxpresso_ea_devkit_4088" works fine up to certain level of complexity.

With 4 HTML files and 80 KB GIF-file one of them, the RTOS web-server  confuses the TCP protocol between the files. When more than one messages coincide, the module confuses the TCP connection order and sends the new HTTP content with repeated TCP connection number.

When the same program is used with the regular web-server, it works fine for certain time. From time to time,though, when more than one messages coincide, it hits on hardware error inside the module "lwip_chksum_copy" calculating the checksum for the TCP stack..

Labels (2)
0 Kudos
1 Reply

328 Views
soledad
NXP Employee
NXP Employee

Hi,

Please check the below thread and let me know if this helps.

Memory Leak problem in LPC1788 with FreeRTOS and LWIP | www.LPCware.com 


Have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos