This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC2388 ethernet driver problem

Dear all,

We have designed a board using LPC2388 and DP83848 PHY referencing the MCB2300 schematics. I am trying to test the ethernet driver for it and cannot receive any new frames. It doesn't call EMAC Ethernet Controller Interrupt function - interrupt_ethernet(void) at all.

I have compiled the ftp_demo example and debugged it. It can intialize the ethernet interface but do not receive any new frames. Please see the debug output at uart0 below:

MEM: Initialize Memory Pool 8192 bytes
ETH: Initialize Ethernet interface
ARP: Initialize 10 Cache entries
UDP: Initialize 2 Sockets
TCP: Initialize 6 Sockets
FTP: Initialize 3 Sessions, Port 21
TCP: Socket 1 allocated
TCP: Socket 1 Listen
TCP: Socket 2 allocated
TCP: Socket 3 allocated
TCP: Socket 3 Listen
TCP: Socket 4 allocated
TCP: Socket 5 allocated
TCP: Socket 5 Listen
TCP: Socket 6 allocated
NBNS:Initialize NetBIOS Name Service
UDP: Socket 1 allocated
UDP: Socket 1, port 137 Opened

Any tip to my problem would be helpful.

thank you
Tirumal