Other Parts Discussed in Thread: C2000WARE
I am using two F28379D launchpads to send some data from one launchpad to the other using CAN communication protocol. I have connected the CAN_H pins and CAN_L pins of both the launchpads through jumpers. I am using the example project named "can_ex4_simple_transmit.c" to send some data from one launchpad to the other launchpad where I am running "can_ex_5_simple_receive.c". In the debug window of the CCS using which I am transmitting data ("can_ex4_simple_transmit.c" ), I can see that the CanaRegs.CAN_ES.BOff is high and CanaRegs.CAN_ERRC.TEC is fixed at 0xF8. Meaning thereby that the bus is in recessive state although when I try to step into while putting break-point then Bus is always at dominant state and CanaRegs.CAN_ERRC.TEC is also 0. Can someone help me to understand why the example code provided by TI is not working? Or is there something else that I am missing?