Part Number: TMS320F280037C
Tool/software:
I'm wondering about MCAN frame transmission acknowledgment.
Is there a method to monitor the acknowledgment (ACK) of a transmitted frame?
After some research, I found the function:
MCAN_getTxBufTransmissionStatus(uint32_t baseAddr)


Is this function sufficient, or is there a more robust and reliable method to confirm the successful transmission of CAN frames?