cancel
Showing results for 
Search instead for 
Did you mean: 

MCP2515 Module Library

Öyild.1
Associate II

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.

7 REPLIES 7
TDK
Guru

"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
Associate II

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

SaidErsoy
Associate II

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

Related https://community.st.com/s/question/0D53W00001ROHTeSAP/mcp2515-with-stm32f429

Are there Arduino libraries perhaps?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
FPicc.1
Senior

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

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

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.