Mcp2515 CANBUS library

I have used CANBUS library from Seed studio and from Cory J Fowler. Both work fine.
But now I would like to use a CANBUS shield with a 12MHz quartz. So far I have used 8 and 16 MHz.
What API/code should I use for setting 12MHz in the Seed library in a receive code?

Could the Fowler library be extended with support för 12 MHz ?

/Christer

In Cory's library you simply set it the set up portion of the code. You can look at the ".CPP" to see the exact format. You will also find the line in each of the examples.

I think that also the mcp_can_dfs.h file need to be calculated och some lines added.
Right now I only need support for 12MHz Q and 250 kbps

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.