What are the limitations for LPCoppen webserver example

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

What are the limitations for LPCoppen webserver example

1,138 次查看
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..

标签 (2)
0 项奖励
回复
1 回复

764 次查看
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 项奖励
回复