Hello
I have a working CAN transmit interrupt routine and I would want to add message time out handling in that interrupt. The routine use a circular buffer.
In my interrupt I clear the CANTA flag and advance the tail pointer and send the next buffered CAN message.
I would like to add a time out and then clear the un-transmitted message if it times out.
I have found a MOTO.c example but it is not a good example.
Im using an TMS320F28335.
Any help?