Tool/software:
How Many CAN hardware filters we can set for CAN0 BASE and CAN1 BASE?
Using void CANMessageSet(uint32_t ui32Base, uint32_t ui32ObjID, tCANMsgObject *psMsgObject, tMsgObjType eMsgType)
As referred from the manual the parameter says
ui32Base is the base address of the CAN controller.
ui32ObjID is the object number to configure (1-32).
psMsgObject is a pointer to a structure containing message object settings.
eMsgType indicates the type of message for this object
So In total 32 Hardware filters can be set for receiving.
Questions:
1) CAN I use this Api with CAN0BASE only to set all the 32 filters?