Skip to main content
ATikh
Associate
February 10, 2019
Question

CAN communication using STMF103

  • February 10, 2019
  • 2 replies
  • 1050 views

I am new with CAN bus implementation,

can somebody point me in right direction?

Example project would be the best.

Thank you

Alexei

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
February 11, 2019

For the STM32F1 I'd probably look at the SPL examples for the EVAL boards. Like some examples under the Cube/HAL trees also, but can't speak to the functionality. F1 is rather antiquated at this point.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
ATikh
ATikhAuthor
Associate
February 11, 2019

Thank you,

but i am trying to stay away from Cube/HAL

Tesla DeLorean
Guru
February 12, 2019

Try the SPL version then. https://www.st.com/en/embedded-software/stsw-stm32054.html

STM32F10x_StdPeriph_Lib_V3.5.0\Project\STM32F10x_StdPeriph_Examples\CAN\Networking\readme.txt

If you "don't want to do libraries", then avail yourself of the Reference Manual, and hand code your own solution.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
ATikh
ATikhAuthor
Associate
February 12, 2019
Unfortunately, it is not my choice.
But thank you for trying.
Alexei