Difference between revisions of "AXEL Lite SOM/AXEL Lite Evaluation Kit/Interfaces and Connectors/CAN"

From DAVE Developer's Wiki
Jump to: navigation, search
(Created page with "<section begin=History/> {| style="border-collapse:collapse; " !colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History |- !style="border-le...")
 
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
!colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History
 
!colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History
 
|-  
 
|-  
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Version
 
 
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Issue Date
 
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Issue Date
 
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Notes
 
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Notes
 
|-
 
|-
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|1.0.0
+
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|2020/10/28
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|Oct 2020
+
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|New documentation layout
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|First DESK release
+
|-
 
|}
 
|}
 
<section end=History/>
 
<section end=History/>
 +
__FORCETOC__
 
<section begin=Body/>
 
<section begin=Body/>
 +
  
 
==CAN ==
 
==CAN ==
Line 21: Line 22:
  
 
J23 is a 3x2x2.54mm header that provides the CAN bus port compatible with the CAN 2.0B protocol. The CAN transceiver is implemented on the AXEL LITE SOM.
 
J23 is a 3x2x2.54mm header that provides the CAN bus port compatible with the CAN 2.0B protocol. The CAN transceiver is implemented on the AXEL LITE SOM.
 +
 +
 +
[[File:AXEL Lite-EVB-CAN-connector.png|thumb|center| 500px|CAN connector]]
  
 
===Signals ===
 
===Signals ===
Line 40: Line 44:
 
|-
 
|-
 
| 3
 
| 3
| J2.44
+
| J10.44
 
| CAN_M
 
| CAN_M
 
| Low bus line
 
| Low bus line
Line 46: Line 50:
 
|-
 
|-
 
| 4
 
| 4
| J4.44
+
| J10.42
 
| CAN_P
 
| CAN_P
 
| High bus line
 
| High bus line

Latest revision as of 08:25, 9 January 2024

History
Issue Date Notes
2020/10/28 New documentation layout



CAN[edit | edit source]

Description[edit | edit source]

The CAN interface available on the Evaluation Kit at the connector J23.

J23 is a 3x2x2.54mm header that provides the CAN bus port compatible with the CAN 2.0B protocol. The CAN transceiver is implemented on the AXEL LITE SOM.


CAN connector

Signals[edit | edit source]

The following table describes the interface signals:

Pin# SOM Pin# Pin name Pin function Pin Notes
1,2 - N.A. N.C. Bus termination
3 J10.44 CAN_M Low bus line
4 J10.42 CAN_P High bus line
5 - CAN_SHIELD Shield
6 - DGND Ground

Device mapping[edit | edit source]

CAN device is mapped to can0 device in Linux. The peripheral can be configured using ifconfig and ip link utilities.

Device usage[edit | edit source]

Inserting a jumper on pins 1 and 2 enables 120Ω bus termination.

CAN electrical connections