This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C123GH6PM: Help needed in CAN TivaWare module

Part Number: TM4C123GH6PM

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 ?