cancel
Showing results for 
Search instead for 
Did you mean: 

Activate both CAN 2.0A and CAN2.0B in the same time

oussama Amri
Associate
Posted on April 14, 2017 at 18:23

Hello ALL

In order to perform a new project using STM32F302VC micro-controller . I have a question , :

it s possible  to activate the CAN controller in standard and extended configuration (CAN 2.0A and CAN2.0B) in the same  time . 'using only one CAN controller ' ?

if yes there is any code example provide this config?

Thanks in Advance.

1 REPLY 1
Posted on April 15, 2017 at 17:34

The STM32 implementations can do pattern matching up to 32-bits, so you can do 11-bit ID matching, or 29-bit Extended ID, matching so I'm not sure there is an issue here. You set the filter(s) up to do the job you need it too. You can also fully construct the packets being sent.

https://web.warwick.ac.uk/devicenet/can_faq.htm#faq10

 

Review the CAN section in the Reference Manual, and determine if it does what you need. I've demonstrated filter here several times.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..