Hello all,
I am trying to run the CAN example in TivaWare which is simple TX example using CCS.
I just have a trouble that the ISR doesn't executed. i have tried to register the CANIntHandler in the startup code (statically) and also dynamically using CANIntRegister(CAN0_BASE, CANIntHandler) but the execution still in the while(1) loop in both cases.
I also observed that the CAN_INT register has the value 0x00000000 all the time even after executing CANMessageSet() function.
How can i fix this ?
Regards,
Sarea