implementation of CAN in mini 2440

rajkumar
how can i implement CAN in mini 2440

Screwface
Hi,

Googling 15 seconds, you will find this:
http://cor-net.org/2009/09/can-interface-for-the-mini2440-dev-board/

Regards

Dave McLaughlin
That website is handy but the design lacks power supply decoupling and the
CAN controller runs at up to 20Mhz so if you use this, you'll need to add
these to the design.

The MCP2515 is a nice device and as long as you can handle the SPI to talk
to it, it just works.

Dave...