cancel
Showing results for 
Search instead for 
Did you mean: 

Per-device CAN buffer capabilities

CTapp.1
Senior III

Is there an easy way to find devices that support specific CAN buffer configurations?

For example, some only have receive queues whilst others allow a number of receive buffers to be configured (which is what I want). I know the H7x7 supports this, but does anything else?

All posts are made in a personal capacity
MISRA C++ Chair
MISRA C WG Member
Director The MISRA Consortium Limited (TMCL)
1 ACCEPTED SOLUTION

Accepted Solutions
mƎALLEm
ST Employee

Hello,

To my knowledge there is no way to find that information in a simple way. 

The full configuration of FDCAN is available in STM32H7 family. 

So you need to check the RMs for each STM32 series.

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

3 REPLIES 3
mƎALLEm
ST Employee

Hello,

To my knowledge there is no way to find that information in a simple way. 

The full configuration of FDCAN is available in STM32H7 family. 

So you need to check the RMs for each STM32 series.

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
CTapp.1
Senior III

Also available in the STM32N6(57).

All posts are made in a personal capacity
MISRA C++ Chair
MISRA C WG Member
Director The MISRA Consortium Limited (TMCL)

@CTapp.1 wrote:

Also available in the STM32N6(57).


Yes. Generally speaking available in the highest performant MCUs: starting from H7 (currently):

screenshot.png

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.