Junaidk11 / can_network

Implementation of CAN communication between two Hercules Safety MCUs - TMS570LS1224 and TMS570LS1227

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CAN NETWORK

  • Implementation of CAN communication between Hercules Safety MCUs - TMS570LS1224 and TMS570LS1227 & TM4C123GH6PM. Interrupts were employed on each node to notify successful transmission and reception of messages on the CAN network.

  • The Loop-back folder was used during debugging to check if the CAN module of each NODE was functional - this helped in eliminating the nodes as source of errors in the CAN network.

  • Initial Setup of CAN network: Blue = VCU - TMS570LS1227; RED = BMS - TMS570LS1224;

  • Issues: VCU's on-board tranceiver & BMS external transceiver were not able to translate bits from TTL to CAN bus logic.

CAN_image1

  • Improved Setup: Used external transceivers for both VCU and BMS:

CAN_Image3

  • Tested same code with two TMS570LS1224s: CAN_image2

About

Implementation of CAN communication between two Hercules Safety MCUs - TMS570LS1224 and TMS570LS1227


Languages

Language:C++ 50.0%Language:C 45.4%Language:Assembly 4.0%Language:Batchfile 0.4%Language:Makefile 0.2%