Question about SPI based CAN controller for MPC8260
Wolfgang Denk
wd at denx.de
Thu Jan 12 18:37:34 EST 2006
In message <20060112043050.18822.qmail at web32102.mail.mud.yahoo.com> you wrote:
>
> 1. Is it possible to add CAN to MPC8270 with SPI interface using the MCP2515? Is there any better solution for the job?
It may be technically possible, but it is IMHO not a good idea. SPI
on the MPC8xx / MPC82xx is implemented in software (microcode)
running on the CPM, and runs with the lowest priority there. This can
cause (and has caused) serious problems for example in situations
where ther CPM is working under high load, etc.
It's much easier to interface one of the common CAN controllers (for
which drivers are available, too).
> 2. If yes, is there any such linux driver?
Never heard of it.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Unix is supported by IBM, like a hanging man is supported by rope.
- Don Libes & Sandy Ressler: _Life With Unix_
More information about the Linuxppc-embedded
mailing list