cancel
Showing results for 
Search instead for 
Did you mean: 

I need some quick instructions to implement a CAN-bus controller on Nucleo-L496ZG-P

dodocolby
Visitor

Hello,
I have a Nucleo-L496ZG-P evaluation board that has a STM32L496ZGT6PU processor installed on.

The processor has 2 CAN bus peripherals, and I would like to run an example that uses either of those.

The STM32CubeMX has CAN examples, but not for STM32L, just for STM32F family.
Could anyone recommend how I can import the CAN examples from the STM32F into the nucleo board.

Thanks, D

 

1 REPLY 1
TDK
Super User

Here is an example for the STM32L476 that uses CAN to send and receive.

https://github.com/STMicroelectronics/STM32CubeL4/blob/703570fd63f1e8623e89df99285ead68f1665f83/Projects/STM32L476G-EVAL/Examples/CAN/CAN_Networking/readme.txt

 

If you feel a post has answered your question, please click "Accept as Solution".