Hi,
I have modified the Ethernet example included in the Tivaware package to assign the board a static IP address.
I am able to connect to the board from a browser by entering the IP address that I have assigned to it. The LED on/off and data transmit over uart are working fine.
However, when I try to ping the board from command prompt, there is no reply detected and hence the request is timed out.
Why is this happening?
Other Details:
1. I have modified the lwipopts.h file to use static IP (I have disabled DHCP and AutoIP)
2. When I run arp -a from command prompt, I can see the assigned IP addr to the board along with the correct MAC address. However the "type" is listed as dynamic.
Any ideas as to why this is the case?
EDIT: Struck out point 2 above as I had misunderstood the "type" that is displayed along with the ARP cache entries.