Skip to main content
varani luciano
Associate III
March 19, 2019
Question

Documents on CAN Hal libraries.

  • March 19, 2019
  • 3 replies
  • 1405 views

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.

This topic has been closed for replies.

3 replies

Tesla DeLorean
Guru
March 20, 2019

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
ST Technical Moderator
March 21, 2019

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-

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
varani luciano
Associate III
March 21, 2019

Ah