2019-03-19 12:49 PM
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.
2019-03-19 07:12 PM
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.
2019-03-21 05:40 AM
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-
2019-03-21 10:46 AM
Ah