Hi.,
I am using Tiva TM4C1294NCPDT microcontroller. I'm transmitting and receiving data using CAN communication.I connected the two pcb using 4 wire CAN connector(Vcc,CANH,CANL,Gnd).
My question is
The 1st PCB was transmitting the data to 2nd PCB,after 1sec if 1st pcb did not get reply from 2nd pcb,it throws CAN communication error and try to reconnect with 2nd pcb by transmitting the data again.Even if data is send to 2nd pcb,its not entering into the interrupt handler(tested using break points) of 2nd pcb.
We are using CAN Analyzer for experiment the above issue,1st PCB sending the data again and again but 2nd pcb was not receiving the data.
My assumption is that the error may occur due to transmission pending message in 2nd pcb. what is the way to clear this issue?
Thank you