Hello,
I'm trying to get the CAN0 working on the TM4C1294XL connected launchpad. I modified the simple_tx.c file and I'm pretty sure the configuration is done correctly. The problem is that the following code doesn't trigger the ISR.
CANMessageSet(CAN0_BASE, 1, &sCANMessage, MSG_OBJ_TYPE_TX);
With the setting sCANMessage.ui32Flags = MSG_OBJ_TX_INT_ENABLE; an interrupt should be triggered whenever a message is sent, am I right?
Thanks.