]> sigrok.org Git - sigrok-dumps.git/blame - can/microchip_mcp2515dm-bm/README
Add Microchip MCP2515DM-BM CAN bus dumps.
[sigrok-dumps.git] / can / microchip_mcp2515dm-bm / README
CommitLineData
abdaf329
UH
1-------------------------------------------------------------------------------
2Microchip MCP2515DM-BM CAN bus demo board
3-------------------------------------------------------------------------------
4
5This is a set of example captures of the CAN signal on a Microchip
6MCP2515DM-BM CAN bus demo board.
7
8The signal grabbed is the (digital) CAN_RX pin of the MCP2515 chip.
9
10Details:
11http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en537141
12
13
14Logic analyzer setup
15--------------------
16
17The logic analyzer used was a Saleae Logic (at 4MHz):
18
19 Probe MCP2515 pin
20 -----------------------
21 4 (orange) CAN_RX
22
23
24Data
25----
26
27The data contains various CAN sample frames at various CAN bitrates.
28
29The sigrok command line used was:
30
31 sigrok-cli --driver fx2lafw -d samplerate=4mhz \
32 -p 3=CAN_RX,1,2,4-7 --time 3s -o <file>
33