Hi,
I am struggling to send a simple message over CAN using a TMS570 launchpad. It's the first time that I need to use the CAN-bus and I just can't figure this out.
I have the example_canCommunication.c working. I'm using a PEAK-CAN dongle and I see the message coming in with the right ID and data.
However, when I change the data that is being sent during run time I don't see any changes in the message that I'm receiving on the other side.
I'm just trying to sent a message: canTransmit(canREG1, canMESSAGE_BOX1, tx_data); then increment one of the data bytes and send the data again using the same CAN-bus and messagebox.
I've been spending a lot of time reading up on CAN bus in general and checking out examples but I keep getting the same message over and over again.
Any help is greatly appreciated!