Hi,
we are developing a project with CAN and we can't understand a behavioral: in the MCAN example NXP use MCAN_TransferCreateHandle to create handle and then MCAN_TransferReceiveFifoNonBlocking to enable the message reception. In our code we user only MCAN_TransferCreateHandle to create handle and then we manage only the callback and it works, but we don't understand why!
which is the difference?
Thanks
Marco