Hello,
In the project enet_lwip I changed the lwIPInit parameters to:
lwIPInit(pucMACArray, inet_addr("3.1.168.192"), inet_addr("0.0.255.255"), 0,IPADDR_USE_STATIC);
The IP of the PC is: 192.168.1.2
The subnet of the PC is: 255.255.0.0
Upon running, accroding to the PC, there is an ethernet link but there is no ping to 192.168.1.3. I also tried to open an internet browser to 192.168.1.3 and failed.
The PC is connected point to point to the TIVA.
Can you help ?
Thanks,
Zvika