Resolved! CAN bus apply filter on extended ID only (discard standard ID)
Hi,I'm using extended ID for my CAN bus. I want to filter ID 0x12.My code is working well when I receive an extended ID frame with containing the ID 0x12. If the received ID is something else than 0x12, the FIFO callback isn't triggered.CAN_FilterTyp...