Skip to main content
Öyild.1
Associate II
August 23, 2021
Question

MCP2515 Module Library

  • August 23, 2021
  • 7 replies
  • 7488 views

Hello,

I would like to use MCP2515 module which can be found here. Is there any tested official or nonoffical library that I can use with stm32f429-disco developer kit? Thanks inadvanced.

This topic has been closed for replies.

7 replies

TDK
August 23, 2021

"stm32 mcp2515" returns quite a few results.

https://github.com/thumptech/STM32-MCP2515

"If you feel a post has answered your question, please click ""Accept as Solution""."
Öyild.1
Öyild.1Author
Associate II
August 24, 2021

I have tried that one but it has not completed. There is missing files like "can.h".

SaidErsoy
Associate II
March 21, 2022

Hi, i have same issue you had. Did you solve it or find another file?

Tesla DeLorean
Guru
March 21, 2022
Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
FPicc.1
Associate III
February 24, 2023

Hi, I'm having the same issue, have you found a solution yet? I'm using a STM32WL55 board, and using this library: https://github.com/eziya/STM32_SPI_MCP2515

Tesla DeLorean
Guru
February 24, 2023

That it can't find "can.h", or something else?

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
FPicc.1
Associate III
February 24, 2023

Actually the can.h is on the reference that the github above used, but I didn't try with this code.

I too am trying to comunicate the MCP2515 with the STM, with the library that I sent before​, but it isn't working for my case. I already spoke to the owner of the code and it works fine for the stm32f1xx. I made the alterations for the wlxx, but I still can't receive any data.