Problem Occurs When LWIP Continuous Sending Data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-08-15 7:02 AM
Hi,
I occur a problem when continuously sending data. I'm working with LwIP_HTTP_Server_socket_RTOS example project in STM32Cube_FW_H7_V1.5.0. (path as STM32Cube_FW_H7_V1.5.0\Projects\STM32H743I-EVAL\Applications\LwIP\LwIP_HTTP_Server_Socket_RTOS). I'm using STM32H753I-EVAL2 board and developing my codes on STM32CubeIDE v1.0.2. I did some modification on example project for sending data in loop (in httpserver_socket.c). I attached the modified file.
The modified project sending to data to client application that run on windows PC on same LAN. Simple client application and codes attached.
The STM32 application stops at the same packet number when sending packet in loop.
How to solve this problem?
- Labels:
-
Ethernet
-
STM32H7 Series
