How can I detect if there is CAN-bus activity going on, when the packets aren't for me (they're filtered away)?
I am working with the STM32F446-microcontrollers and I have several of them connected together through a common CAN-bus. I am using packet filtering in a standard way to ensure that only the intended microcontroller acts upon a specific packet. Howev...