Missing UDP packets on STM32F427

asked 2024-10-09 09:46:08 +0000

priya gravatar image

updated 2024-10-10 04:53:57 +0000

Jaap gravatar image

Why are UDP packets on port 53601 sometimes sent and visible in Wireshark, but at other times they are not sent? What factors could influence the intermittent transmission of these packets?

I am sending udp packets from stm32f427 mcu

edit retag flag offensive close merge delete

Comments

Is the destination on the local subnet? If yes, that will rely on arp to resolve the destination IP to a MAC address to send the UDP datagram.

grahamb gravatar imagegrahamb ( 2024-10-09 10:03:10 +0000 )edit

port 53601

Source port or destination port?

Chuckc gravatar imageChuckc ( 2024-10-09 11:28:48 +0000 )edit