Hi,
When receiving CANbus communication, normally an Id and Datalength is given (by the hardware). According to can.h -> CAN_setupMessageObject() an msgID must be given when receiving a CANmessage, why? I understand the "don't care" for the datalength, because of the asserts. I want to receive all CANmessages on the bus, thus not providing an msgID.
Is there / what is the relationship between objID and msgID?
When using "CAN_readMessageWithID()" where is the datalength? (how many databytes are received by the HW CANmodule)
Is there documentation for the functions can.c / can.h
BR Ruud