0

is there method to receive packets from can only with specific id or match mask? Example: if packet has id 0x123 it has to ignore. I want to do it by driver level.

Mike
  • 860
  • 14
  • 24

1 Answers1

0

Yes, you can configure the mailbox to receive the messages from an intended message ID. You can change it in the library or driver of beagleboard

ddpd
  • 603
  • 1
  • 10
  • 25