• LPC1788 EMAC
    Hello, I'm using LCP1788 with a ethernet PHY. The problem is that some times it receives from PHY a ethernet frame with most part of it filled with 0x55. I'm using wireshark for comparing...
  • LPC1788 EMAC
    Hello, I'm using LCP1788 with a ethernet PHY. The problem is that some times it receives from PHY a ethernet frame with most part of it filled with 0x55. I'm using wireshark for comparing...
  • Learning lpcxpresso
    Hi friends I am new to lpcxpresso. I have lpc1769 kit and I am thinking of buying books on arm cortex m3 to get familiar with it. Is it worth? If then how much is it helpful? Additionally I was thinking...
  • Learning lpcxpresso
    Hi friends I am new to lpcxpresso. I have lpc1769 kit and I am thinking of buying books on arm cortex m3 to get familiar with it. Is it worth? If then how much is it helpful? Additionally I was thinking...
  • EMAC Receive Problem
    DWORD EMACReceive( DWORD *EMACBuf ) { DWORD RxProduceIndex, RxConsumeIndex; DWORD RxLength = 0; DWORD Counter = 0; /* the input parameter, EMCBuf, needs to be word aligned */ RxProduceIndex = MAC_RXPRODUCEINDEX;...