hello,
I'm using rmii interface connected to the phy dp83848j. And i have got the id of dp83848j(the value is 0x80017) .
After that , the Auto-Negotiation is Successful. Transfer Mode : 100 Mbps Full Duplex.
PHY link verified for Port 1.
But i can not ping the board from PC.
I'm using static IP .
lwipIfPort1.ipAddr = 192<<24 |168<<16 | 1<<8 | 200;
lwipIfPort1.netMask = 255<<24 |255<<16 | 255<<8 | 0;
lwipIfPort1.gwAddr = 192<<24 |168<<16 | 1<<8 | 1;
lwipIfPort1.ipMode = IPADDR_USE_STATIC;
Please help me . I'm trapped in this problem for very long time.