Question
STM32 - CAN Filter - Possible to filter data for standard frames?
Hi,
When operating in single 32bit filter mode, is it possible to use this additional space to check the first byte of the message data/payload when dealing with standard frames?
I have an issue with a particular ID "spamming" every 500ms or so and am only interested in messages starting with a particular byte.
If I could filter to this byte it would make ISR viable again.
Thanks.