I am working on a can bus project, and is in the process of converting a netduino library to the Meadow platform.
I got it transmitting can bus, but I cant get the baudrate to work. It transmits at 666 k/bits no matter what I do.
What is the ABP2 clock speed? I can see in datasheets it maximum is 108 Mhz, but I believe I need to calculate new values for bittiming for the mcp2515 compared to the netduino values.
I’m curious, do you use the CAN transceiver in the stm32 and porting the library to use st’s Can or the actual mcp2515 on spi?
If the ST can, which time quantas did you try?
I was on my way to write a canbus library but saw your post and thought we could collaborate
Hi, I had notifications turned off so i didnt see your post. Any progress? i just connected an mcp25625 to the meadow and remembered your posts. i was going to use the can on the stm32 but it seems it’s not done in core. and writing it all in foundation would probably take more than a weekends hack.