Skip to main content
Associate III
July 9, 2024
Solved

STM32H7 Ethernet Connection Lost

  • July 9, 2024
  • 1 reply
  • 1332 views

I am using open source lwip ethernet connection code and I am cehcking wireshark if i lose any connection. TCP ECHO parts are my true outputs but i was wondering if ARP parts means that my connection is lost and I reconnect or is it just checking gateway only. I try to stable my connection and dont want to disconnect. So what does arp broadcasts really means in that situation?Wireshark Test ssWireshark Test ss

Best answer by STea

Hello @Kuttay ,

In this case it seems that the ARP request is sent by your computer (dell mac source address) looking for 192.168.0.0 which is not responding and don't have any effect on the board connection and TCP echo function between the board and PC.
Regards 

1 reply

STeaBest answer
ST Employee
September 16, 2024

Hello @Kuttay ,

In this case it seems that the ARP request is sent by your computer (dell mac source address) looking for 192.168.0.0 which is not responding and don't have any effect on the board connection and TCP echo function between the board and PC.
Regards 

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.