2009-07-21 11:52 PM
2011-05-17 12:59 AM
Hi all,
I have the question. It is possible filter CAN mesage in some range? For example from ID - 5 to 10. I tried use the CAN_SetRxMsgObj(CAN_RX_MSGOBJ, CAN_STD_ID, 0x005, 0x00A, TRUE) function from STR912 library. But I think it is not correct. In my opinion the CAN inteface in STR912 not support message filtering in range. Only unique ID in ''A1R,A2R'' with mask => ''M1R,M2R''. And it is not make range filtering. Is it true ? Thanks ;) ;)2015-04-21 01:23 PM
I am also having issues with the acceptance filtering.
On page 262 of UM0233 (rev4) it says: '' Example: the range 0x100-0x3FF will work, but the range 0x100-0x2FF will not because 0x100 is not logically contained in 0x2FF (i.e. 0x100 & 0x2FF = 0).'' 0x100 - 0x3FF does not work for me. It does not receive messages from 0x200-0x2FF.