Home

Awesome

CANalyze Firmware

Native Linux CAN interface. This firmware can be used with the CANalyze hardware.

Features

Installation

You need the CANalyze hardware.

Install required packages

$ sudo apt-get install gcc-arm-none-eabi openocd dfu-util
$ git clone https://github.com/kkuchera/canalyze-fw
$ cd canalyze-fw
$ mkdir lib

Download and unzip STM32CubeF0 to lib/.

Connect the BOOT pins and press reset. Then run

$ make dfu

to make and download the firmware onto the device. Finally remove the BOOT pins jumper and press reset again to start the application.

If you are going to do a lot of flashing it's probably easier to get a STM32 programmer, such as the ST-LINK/V2, and connect the SWD pins. Then you just need to run

$ make flash

when you want make and flash the firmware onto the device.

Getting started

Bring up CAN interface

$ sudo ip link set can0 up type can bitrate 500000

Sniff CAN messages

$ cansniffer -c can0

or dump all CAN messages

$ candump can0

Send a CAN message

$ cansend can0 666#01020304