Hi Senlent:
Sorry for late reply.
The following is my can tx confirmation setting


and the following is my iCan_TxConfirmation function
void iCan_TxConfirmation(PduIdType CanIfTxPduId, Std_ReturnType result)
{
Printf("CanIfTxPduId = %d\r\n", CanIfTxPduId);
}
I send extended can ID message every 100 ms, but I can't get any print log, it seems weird.
Thanks
BR, BillWen