Hi,
How does Tivaware wait for CAN tx to finish the transmission ?
Seems like CAN_STATUS_TX_OK doesn't reflect that.
If I set a breakpoint inside the CANIntHandler , right after CANStatusGet(CAN1_BASE, CAN_STS_CONTROL), I get 0x00000008 (which is TX_OK).
So, I assume that CAN_STATUS_TX_OK doesn't really mean that we can send another message, as the transmission might be still going on...
Thank you