Hello,
In the TMS470R1VF3382 devices with SCC CAN Controller, there was a TA bit for every Transmitted Message Object [spnu197e.pdf].
I am trying to implement similar behaviour of Transmit_Message_Acknowledge within DCAN.
How do I perform the similar function of Transmit_Completed in Polling Mode when no DCAN TxIE and RxIE bits are set for any of the Message Objects?
I thought that I can use NEWDAT and INTPND Bits of the respective DCAN Message Objects to decipher that Transmit_Acknowledge information.
That's why I am asking the question below.
Does DCAN_INTPNDX bit is set unconditionally upon successful transmission of DCAN Message irrespective of TxIE bit of the respective Message Object?
Reference section of spnu489a.pdf is shown below:
16.15.13 Interrupt Pending X Register (DCAN INTPND X)
Any alternate method of Transmit_Acknowledge within DCAN using Polling Mode is also welcome.
Thank you.
Regards
Pashan