EmbeddedRelated.com
Forums

Hardware CRC on LPC23xx ?

Started by nourson54 October 25, 2006
Hi,

I'm looking at the LPC23xx datasheet , but I'm not really sure if
there's an hardware way to calculate CRC for Ethernet RX/TX frame(like
the one on the microchip ENC28J60 controller even if it doesn't work :) ??

Kind regards.

An Engineer's Guide to the LPC2100 Series

User Manual is also online. In MAC2 register, set "CRC Enable" bit
to automatically add CRC before transmit. It's also called FCS
"Frame Check Sequence".

--- In l..., "nourson54" wrote:
>
> Hi,
>
> I'm looking at the LPC23xx datasheet , but I'm not really sure if
> there's an hardware way to calculate CRC for Ethernet RX/TX frame(like
> the one on the microchip ENC28J60 controller even if it doesn't
work :) ??
>
> Kind regards.
>
Ok for transmit, but if you have to check a received TCP frame CRC,
you have to calculate it 'manually' ?!

--- In l..., "Dezheng Tang" wrote:
>
> User Manual is also online. In MAC2 register, set "CRC Enable" bit
> to automatically add CRC before transmit. It's also called FCS
> "Frame Check Sequence".
>
> --- In l..., "nourson54" wrote:
> >
> > Hi,
> >
> > I'm looking at the LPC23xx datasheet , but I'm not really sure if
> > there's an hardware way to calculate CRC for Ethernet RX/TX frame(like
> > the one on the microchip ENC28J60 controller even if it doesn't
> work :) ??
> >
> > Kind regards.
>