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

Not Able to Init. for Ethernet in LPC2378

Hello Friends, I am new to this group and just started learning about ARM7 controller.
I am Interfacing DP83848C with LPC278 for ethrernet, I took a Sample code "easyMAC" from NXP but that not working. it hanging in the bigning itself.
I am not able to Initialize Ethernet, can any help me out please

Naveen Cali

Parents
  • Ya Mr Andy, Thanks for Your suggestion, May be I know to walk. I have done all that long backs, Right now my problem is with Ethernet Initialization, the code which I got from NXP "EasyWEB", is compiling properly, but when I fuse it in my board(LPC2378 with DP83848C) the code gets hang in "MAC_COMMAND" instruction.
    SO for that I modified the code: I brought the MAC_COMMAND before the PCONP instruction, now its hanging in Init. Rx Tx DMA Descriptor

Reply
  • Ya Mr Andy, Thanks for Your suggestion, May be I know to walk. I have done all that long backs, Right now my problem is with Ethernet Initialization, the code which I got from NXP "EasyWEB", is compiling properly, but when I fuse it in my board(LPC2378 with DP83848C) the code gets hang in "MAC_COMMAND" instruction.
    SO for that I modified the code: I brought the MAC_COMMAND before the PCONP instruction, now its hanging in Init. Rx Tx DMA Descriptor

Children