Hi all, i am trying to setup a simple static ethernet connection to a PC, the application will include UDP communication and ICMP ping tests. I am currently recieving arp lookup failures:
The target PC has a static IP configured to 192.168.181.1.
I am using an XCore407I (stm32f407) with a DP83848VV-VBI ethernet PHY
The network stack passes both initialise() and startup() methods, however after attempting a ping test to the target PC, the above lookup failures are presented.
I have had a look at the traffic using wireshark on the target PC, i cannot see any "arp" messages come through when resetting the controller, i do see a couple of ICMPv6 messages immediately after the controller resets.
Hi all, i am trying to setup a simple static ethernet connection to a PC, the application will include UDP communication and ICMP ping tests. I am currently recieving arp lookup failures:
This is my current network stack setup
using parameters:
The target PC has a static IP configured to 192.168.181.1. I am using an XCore407I (stm32f407) with a DP83848VV-VBI ethernet PHY
The network stack passes both initialise() and startup() methods, however after attempting a ping test to the target PC, the above lookup failures are presented.
I have had a look at the traffic using wireshark on the target PC, i cannot see any "arp" messages come through when resetting the controller, i do see a couple of ICMPv6 messages immediately after the controller resets.
Any ideas what may be causing this?