Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 555 Bytes

File metadata and controls

7 lines (4 loc) · 555 Bytes

CAN Interface Template

CAN Interface Schematic

All Micro controllers will be required to use the MCP2551 CAN transiever to connect to the differential signalling of CAN bus.

Micro controllers without inbuilt CAN interface will also need to use the MCP2515 to connect to the transiever over SPI. The picro controller will connect to SPI over the pins SPI_MOSI, SPI_MISO, SPI_CS, SPI_SCK. And the MCP2515 will need to be connected to the transiever by connecting the two CAN_RX, and CAN_TX, lines respectively.