• 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...
  • using interrupt ethernet IRQ
    HI, I want to use interrupt ethernet_IRQ provided by keil. In the routine, memory was allocated, where is it being freed? How do I access the received ethernet data? Is the data which is "put...