cancel
Showing results for 
Search instead for 
Did you mean: 

MCP2515 with STM32F429

SaidErsoy
Associate II

I am sending spi signals to mcp2515 and tring to take CAN signal out of it. Is there an example that i can look and see what is wrong in my code?

2 REPLIES 2
SofLit
ST Employee

Hello,

Try to find if someone did this previously on the web.

Example: https://github.com/eziya/STM32_SPI_MCP2515

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

Would confirm your SPI functionality works, reading and writing registers, etc.

Should be a wealth of more general examples out their for MCUs and also embedded Linux drivers, etc.

CAN anticipates you have a listening/responding device on the bus to communicate with.

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