CAN MOb Filter Generation

I’m using libcanard v1 on an AVR chipset cunning CAN 2.0B. I’m trying to generate the CAN MOb RX Filter. Can I get the expected extended message ID from the Receive Subscription, or do I need to generate the expected 29-bit Extended ID myself? Also, do you have an recommended filter mask for messages? I’m planning on using: 0x29FFF80;

Tx,
Sam

Hi Samuel,

You need to do it manually. There is no such automation in Libcanard at the moment (maybe we could discuss adding it?).

You will find this thread helpful as our comrade Abraham was recently solving the very same problem:

Sounds good! Just wanted to make sure I wasn’t missing anything.