cancel
Showing results for 
Search instead for 
Did you mean: 

CAN filters

batist_2008
Associate II
Posted on May 11, 2012 at 08:03

Hello everyone! Can anybody help me to understand the following thing about filters in CAN for stm32f10x.

1) Can I configure filters for receiving only messages with the specific range of ID values. For example, I want my slave receive obly messages with IDs from  0 to 125. Is it posssible?How to do it? 

2) Can I configure CAN filters for receiving the only messages with different specific IDs. For example, I want my slave receive only messages with IDs 1, 28, 101 etc. And the total number of supported IDs for example is 250.Is it posiible? How to do it?
1 REPLY 1
l90mehdi
Associate II
Posted on August 31, 2016 at 09:38

hi slinko.

yes you can. if you confige the filters in mask mode ، you can pass any mesaage that you want.

please put the your code.