sfuphantom / firmware

TI TMS570 (ARM Cortex R4) embedded C firmware
13 stars 7 forks source link

CAN Network Issues #9

Open Junaidk11 opened 4 years ago

Junaidk11 commented 4 years ago

tm4c123 unable to transmit & receive consistently to and from the CAN bus. Need to look into the interrupt handling function of tm4c.

Junaidk11 commented 4 years ago

tm4c123 can transmit and receive consistently to and from the CAN bus with a single VCU in the network. Not able to transmit and receive messages reliably when both VCUs are in the network.

Junaidk11 commented 4 years ago

The tiva can transmit to both VCUs on the network consistently. However, unable to receive data transmitted from neither - my guess is the interrupt handling on the Tiva for servicing receive interrupts need to be double-checked.