Hi @tbayram ,
Thank you for your interest in the NXP MIMRT product, I would like to provide service for you.
Let me tell your the FlexCAN filter function at first, normally, we want to receive some ID from the CAN bus, then just let some ID frame passed the CAN Filter and to receive the related data.
So, the filter is not used to filter what can't receive, just used to filter what can be received.
In fact, the RT1176 FlexCAN demo(flexcan_interrupt_transfer_m7) already have the ID filter,



To the mask register, when the related bit 0, it is don't case, 1 is checked, so you need to check which mask register data you are needed to receive the IDs which you needed.
Wish it helps you!
Best Regards,
Kerry