Difference between revisions of "Controller Area Network"

From ArmadeusWiki
Jump to: navigation, search
m
Line 1: Line 1:
 
CAN bus informations.
 
CAN bus informations.
  
CAN bus will only be available on the [[APF9328DevFull | DevFull board]] (as an option) and is currently [[CAN_bus_Linux_driver | under very early integration stage.]]
+
CAN bus is available on the [[APF9328DevFull]] and [[APF27Dev]] (both as an option) and is currently [[CAN_bus_Linux_driver | under very early integration stage.]]
  
The DevFull board uses Microchip's MCP2515 CAN controller connected to SPI lines of i.MXL MPU.
+
These boards use Microchip's MCP2515 CAN controller connected to SPI lines of i.MX MPU.
 
Register access is relatively complex due to the need to communicate over SPI interface.
 
Register access is relatively complex due to the need to communicate over SPI interface.
 +
[[image:APF27Dev_with_MCP2515.jpg|center|thumb|'''figure 1''' - ''MCP2515 localisation on APF27Dev'']]
 +
 
<s>There is not much Linux CAN drivers supporting this controller chip. One option is to use LinCAN
 
<s>There is not much Linux CAN drivers supporting this controller chip. One option is to use LinCAN
 
driver for which MCP2515 patches are existing but they are not yet included in LinCAN distribution
 
driver for which MCP2515 patches are existing but they are not yet included in LinCAN distribution

Revision as of 17:27, 18 September 2009

CAN bus informations.

CAN bus is available on the APF9328DevFull and APF27Dev (both as an option) and is currently under very early integration stage.

These boards use Microchip's MCP2515 CAN controller connected to SPI lines of i.MX MPU. Register access is relatively complex due to the need to communicate over SPI interface.

figure 1 - MCP2515 localisation on APF27Dev

There is not much Linux CAN drivers supporting this controller chip. One option is to use LinCAN driver for which MCP2515 patches are existing but they are not yet included in LinCAN distribution because they require more changes in LinCAN core which has not been decided yet.

Links