A related question is a question created from another question. When the related question is created, it will be automatically linked to the original question.
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.
EK-TM4C123GXL: CAN-Interface Tiva C 123GXL declaration missing error with CAN_INT_INTID_STATUS
Part Number: EK-TM4C123GXL I'm trying to get the CAN Interface to work on an Tiva C 123GXL Launchpad. I initialize the CAN0 module on Pin PF0 and PF3 and set the Bitrate to 500.000Hz, as has been done in github.com/.../tiva-can-bus. The problem the error with the standard can library is it throws an error with the message that "CAN_INT_INTID_STATUS" isn't declared, but used. So my question is, is there an easier example for getting the CAN-BUS to run, how and where should "CAN_INT_INTID_STATUS" be declared? Can anyone help me to get this running?