Posted on December 19, 2012 at 21:22Actually I don't use CAN Filter id to identify message - only to accept or deny frames I need and then I deal only with CAN Frame ID... For example I used that code to adjust filter to receive only frames with ID ...
Posted on December 18, 2012 at 19:42What do you mean by CAN id interrupt? You can adjust FILTERS to receive or decline frames with IDs you need or you can check ID after receiving frame (without filtering) manually - for example in CAN interrupt han...