Hi,
I need to implement an algorithm to abort a pending CAN TX Request, if it was not started within a certain period. I've disabled the auto retransmission mode, so I take a look at TxRqst. If this is set, I try to abort.
Now my problem is how to abort. I tried various strategies like clearing TxRqst or MsgVal in the interface registers and writing the mailbox number to trigger a transfer. No luck.
So, how can I abort a pending CAN TX Request in DAR-mode?
Best regards,
Stefan