• Ethernet Receive interrupt problem
    HI all, In LPC2368,i need to have receive interrupt for each of the descriptors upon updating the status in the descriptor.I have enabled the VIC IntEnable for ethernet,assigned priority and configured...
  • ethernet receive function problem
    i am using lpc2378 (23xx), ethernet phy 83848 for ETHERNET. using keil source functions,for receiving data , getting error : "undefined alloc_mem", "undefined put_in_queue" while compiling. need...
  • At91 ethernet - can't receive
    Hello, I'm trying to work with the eternet at the AT91RM9200 - but until now I'm not able to receive any packets... I don't know why it is not working - I can read the PHY registers - that's...
  • Hard Fault at send and receive simultaneously with USART & Ethernet
    Hello Here is my circuit diagram obrazki.elektroda.pl/3624808600_1477118608.jpg Here is my program volatile unsigned char flagSerial; volatile unsigned char flagEthernet; volatile unsigned...
  • Ethernet interrupt - Reg
    Hi, I am using LPC2378 for my Ethernet based communication using UDP protocol with KEIL ARM.First , We used polling method for receiving and sending packets over Ethernet.Next We are trying to develop...