Search found 1 match

by PhilippFu
Tue Jun 04, 2019 2:20 pm
Forum: General Discussion
Topic: ESP32 CAN acceptance filter
Replies: 1
Views: 3960

ESP32 CAN acceptance filter

Hello, i'm looking for a Example how to use the CAN acceptance filter. According to the logical circuit in the documentations from the SJA1000 CAN Controller: acc(0,31) = ((message_bit(0,31) XOR acceptance_code(0,31)) OR acceptance_mask(0,31) message_accepted = acc(0) AND acc(1) AND ... AND acc(31) ...