Hello,
I'm looking for a way to decrypt a CAN mailbox received with its ID and DLC.
I can see in "../device/driverlib_cm/can.h" the function CAN_readMessageWithID which returns the ID of the received frame, but, unless I'm mistaken, no function which returns the dlc...
How can I read the dlc of the received frame?
Thanks for your help!
Eric F.