Tool/software:
Hi Team:
As the following code show, after setting TCAN4550's message id mask, we found that the TCAN's receive interupt still will be triggerd by any message id, please help to futher check it ,thanks.
Hi Jeff,
How is the Global Filter Configuration being set up? With default values, the device will accept non-matching CAN frames to Rx FIFO 0. In order to reject non-matching frames, the ANFS field of the Global Filter Configuration register should be set to b10:
TCAN4x5x_MCAN_Global_Filter_Configuration gfc = {0};
gfc.ANFS = TCAN4x5x_GFC_REJECT;
TCAN4x5x_MCAN_ConfigureGlobalFilter(&gfc);
Let me know if this is what was missing or if the behavior continues after including this part of the configuration.
Regards,
Eric Schott