Ethernet packets are dropped after receiving zero.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-06-27 10:14 PM
Dear all,
I have established ethernet UDP connection using the following tutorial https://controllerstech.com/stm32-ethernet-3-udp-client/
And i'm able to transmit and receive packets.
But the problem is when my receive packet contains zero all the data after the zero packet is dropped.
Eg: If my receive packet is 123045 I'm receiving only 123 (but the data length defined is 6)
How can I solve this issue?
Labels:
- Labels:
-
Ethernet
-
STM32H7 series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-06-28 2:55 AM
> Eg: If my receive packet is 123045 I'm receiving only 123 (but the data length defined is 6)
How do you check that, exactly?
JW
