Behaviour of conflicting CAN filters
There are two situations where I'm unclear on how CAN filters would behave.
1. Direct Conflict
One filter says reject 0x0 to 0x123
One filter says send 0x0 to 0x123 to FIFO0
2. Different behaviour for a subset of messages
One filter says send 0x0 to 0x123 to FIFO0
One filter says send 0x0 to 0x012 to FIFO1
Is there a filter priority, or is this undefined behaviour? I assume this depends on the CAN controller, so in my case I'm using the STM32G474, but I'm curious if most controllers have similar behaviour here.
