cancel
Showing results for 
Search instead for 
Did you mean: 

Documents on CAN Hal libraries.

varani luciano
Associate III

Hi,

I'm working with a STM32F446, on a CAN Bus system. My question is on PDF documents: there is a new version of the document UM1725 (or other) where find the new complete set of functions (like HAL_CAN_AddTxMessage(..)) ? . The only way is read the files stm32f4xx_hal_can,x ?

Many thanks.

3 REPLIES 3

I thought there was an Application Note on "New CAN" implementation, dig a bit.

There are usually CAN examples for the EVAL series boards, which ship with CAN built on to the board. ST usually doesn't do random combinations of hardware, but rather tailors examples to boards within it's own inventory.

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

Hello @Community member​ ,

Here is atttached a presentation on how to use the new CAN API.

More complete "how to use the new driver" is detailed in the driver header section itself.

Regards,

-Imen-

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
varani luciano
Associate III

Ah