Reply by smapo99 July 20, 20072007-07-20
Has anyone ported this CAN example code to the IAR toolset?

I've been trying for some time but no luck

thanx.
--- In l..., "riccardoventrella"
wrote:
> Thanx finally I got it.
>
> Ricky
>
> --- In l..., "Dezheng Tang" wrote:
> >
> > A zip file two lines down is the source for that appnote
> > under support docs. for LPC229x.
> >
> > Tom
> >
> >
> > --- In l..., "riccardoventrella"
> > wrote:
> > >
> > >
> > > this post is to Philips apps:
> > >
> > > please I've read from the AN10438 application node this
> document
> > > refers to a a project made under KEIL uVision3 and concerning
> some
> > > driver files and a client demo file, all written in c language.
> > > I've searched these files throughout the NET, specifically the:
> > >
> > > 1) Config.h
> > > 2) LPC2294.h
> > > 3) LPC2000_CAN.h
> > > 4) LPC2000_CAN_GAF.h
> > > 5) LPC2000_CAN_Driver.c
> > >
> > > but I didn't find anything that could be downloaded.
> > >
> > > Please, may you tell where I could find this demo project or
at
> > > least the driver sources?
> > >
> > > Thank in advance
> > >
> > > Ricky
> > >
>

An Engineer's Guide to the LPC2100 Series

Reply by riccardoventrella January 9, 20072007-01-09
Thanx finally I got it.

Ricky

--- In l..., "Dezheng Tang" wrote:
>
> A zip file two lines down is the source for that appnote
> under support docs. for LPC229x.
>
> Tom
> --- In l..., "riccardoventrella"
> wrote:
> >
> >
> > this post is to Philips apps:
> >
> > please I've read from the AN10438 application node this
document
> > refers to a a project made under KEIL uVision3 and concerning
some
> > driver files and a client demo file, all written in c language.
> > I've searched these files throughout the NET, specifically the:
> >
> > 1) Config.h
> > 2) LPC2294.h
> > 3) LPC2000_CAN.h
> > 4) LPC2000_CAN_GAF.h
> > 5) LPC2000_CAN_Driver.c
> >
> > but I didn't find anything that could be downloaded.
> >
> > Please, may you tell where I could find this demo project or at
> > least the driver sources?
> >
> > Thank in advance
> >
> > Ricky
>
Reply by riccardoventrella January 9, 20072007-01-09
thank you very much, you saved a lot of my work. I like this
example mainly because has already a sort of sniffer on the
hyperterminal, and so I can avoid to spend time in implementing the
UART driver for this purpose.
Actually I'm going to implement the CAN NET as a sort of master
slave hierarchy and all slaves ( and the master ) has a LPC2194 on
it but one: this will mount a PXA255, with Linux on TOP.
Many thanx again.

Ricky

--- In l..., "antonio_ake"
wrote:
>
> Hello,
>
> The files that you're looking are located at:
>
http://www.standardics.nxp.com/support/documents/microcontrollers/zip
> /code.demo.can.driver.lpc2000.zip
>
> I think that "2) LPC2294.h" is found in the Keil distribution.
>
> BTW: Are you going to use LPC2294 uC or with other uC with CAN?
>
> Regards,
> --- In l..., "riccardoventrella"
> wrote:
> >
> >
> > this post is to Philips apps:
> >
> > please I've read from the AN10438 application node this
document
> > refers to a a project made under KEIL uVision3 and concerning
some
> > driver files and a client demo file, all written in c language.
> > I've searched these files throughout the NET, specifically the:
> >
> > 1) Config.h
> > 2) LPC2294.h
> > 3) LPC2000_CAN.h
> > 4) LPC2000_CAN_GAF.h
> > 5) LPC2000_CAN_Driver.c
> >
> > but I didn't find anything that could be downloaded.
> >
> > Please, may you tell where I could find this demo project or at
> > least the driver sources?
> >
> > Thank in advance
> >
> > Ricky
>
Reply by Dezheng Tang January 8, 20072007-01-08
A zip file two lines down is the source for that appnote
under support docs. for LPC229x.

Tom
--- In l..., "riccardoventrella"
wrote:
> this post is to Philips apps:
>
> please I've read from the AN10438 application node this document
> refers to a a project made under KEIL uVision3 and concerning some
> driver files and a client demo file, all written in c language.
> I've searched these files throughout the NET, specifically the:
>
> 1) Config.h
> 2) LPC2294.h
> 3) LPC2000_CAN.h
> 4) LPC2000_CAN_GAF.h
> 5) LPC2000_CAN_Driver.c
>
> but I didn't find anything that could be downloaded.
>
> Please, may you tell where I could find this demo project or at
> least the driver sources?
>
> Thank in advance
>
> Ricky
>
Reply by antonio_ake January 8, 20072007-01-08
Hello,

The files that you're looking are located at:
http://www.standardics.nxp.com/support/documents/microcontrollers/zip
/code.demo.can.driver.lpc2000.zip

I think that "2) LPC2294.h" is found in the Keil distribution.

BTW: Are you going to use LPC2294 uC or with other uC with CAN?

Regards,
--- In l..., "riccardoventrella"
wrote:
> this post is to Philips apps:
>
> please I've read from the AN10438 application node this document
> refers to a a project made under KEIL uVision3 and concerning some
> driver files and a client demo file, all written in c language.
> I've searched these files throughout the NET, specifically the:
>
> 1) Config.h
> 2) LPC2294.h
> 3) LPC2000_CAN.h
> 4) LPC2000_CAN_GAF.h
> 5) LPC2000_CAN_Driver.c
>
> but I didn't find anything that could be downloaded.
>
> Please, may you tell where I could find this demo project or at
> least the driver sources?
>
> Thank in advance
>
> Ricky
>
Reply by riccardoventrella January 8, 20072007-01-08
this post is to Philips apps:

please I've read from the AN10438 application node this document
refers to a a project made under KEIL uVision3 and concerning some
driver files and a client demo file, all written in c language.
I've searched these files throughout the NET, specifically the:

1) Config.h
2) LPC2294.h
3) LPC2000_CAN.h
4) LPC2000_CAN_GAF.h
5) LPC2000_CAN_Driver.c

but I didn't find anything that could be downloaded.

Please, may you tell where I could find this demo project or at
least the driver sources?

Thank in advance

Ricky