Hello everybody,
I am trying to connect 2 TivaC over the CAN bus using CAN0 controller and TivaWare library. The TX node works properly.
But for Rx..
After initialization and setting the bit rate, when the CANmessageSet() is called i have a bus fault error and the code stop at the fault error while(1) in the startup code.
I have tried to step in to the CANmessageSet() fuction. Then noticed a function trying to access a prevented address.
any help please ?