EmbeddedRelated.com
Forums

low level Ethernet driver for LPC2378 and LPC2478

Started by jdauchot June 3, 2009
Hi

I know I may push my luck here, but can anyone point me to a low level ehernet driver for the internal MAC/PHY device for the the LPC2378/LPC2478.

Just TX/RX basic frames

Regards

Jean-Jacques

An Engineer's Guide to the LPC2100 Series

Hi

I know I am pushing my luck, but can anyone point me to a low level driver for the internal MAC/PHY for the LPC2378/LPC2478.

Low level TX/RX of frames

Regards

Jean-Jacques

http://www.standardics.nxp.com/support/documents/microcontrollers/?scope=LPC2000

Sample Code Bundle for LPC213x/LPC214x Peripherals
/documents/microcontrollers/zip/code.bundle.lpc213x.lpc214x.realview.zip>

--Ray

jdauchot wrote:
> Hi
>
> I know I am pushing my luck, but can anyone point me to a low level
> driver for the internal MAC/PHY for the LPC2378/LPC2478.
>
> Low level TX/RX of frames
>
> Regards
>
> Jean-Jacques
> I know I am pushing my luck, but can anyone point me to a low level
> driver for the internal MAC/PHY for the LPC2378/LPC2478.
>
> Low level TX/RX of frames

I'm sure there are examples in the files section of this group - if not take
a look at emac.c in the LPC17xx FreeRTOS demo (link in sig) which is a
slightly nicer formatter version of that found in the LPC2368 demo.

Regards,
Richard.

+ http://www.FreeRTOS.org
Designed for Microcontrollers. More than 7000 downloads per month.

+ http://www.SafeRTOS.com
Certified by T as meeting the requirements for safety related systems.
Hi:

NXP offers sample code for the Ethernet module (for Keil compiler).

See:
http://www.standardics.nxp.com/products/lpc2000/lpc23xx/

Software section

Sample Code Bundle for LPC23xx/LPC24xx Peripherals using Keil's μVision, V1.60 (Mar 10, 2009)
I've used and it does send and receive basic ethernet packets (not TCP/IP, or ICMP (ping)), although it can be configured to echo back a packet.

Regards,

Alex
--- In l..., "jdauchot" wrote:
>
> Hi
>
> I know I may push my luck here, but can anyone point me to a low level ehernet driver for the internal MAC/PHY device for the the LPC2378/LPC2478.
>
> Just TX/RX basic frames
>
> Regards
>
> Jean-Jacques
>