Closed CrimSoon closed 2 years ago
I am interested in the speed of 95kbps for the 16MHZ and 8MHZ quartz crystal resonator. Can you show how to calculate CFG1, CFG2, CFG3 for this speed? BR CS
I found a solution for 95kbps with 16Mhz Insert in:
mcp2515.h
mcp2515.cpp case (CAN_95KBPS): // 95Kbps cfg1 = MCP_16MHz_95kBPS_CFG1; cfg2 = MCP_16MHz_95kBPS_CFG2; cfg3 = MCP_16MHz_95kBPS_CFG3; break;
I am interested in the speed of 95kbps for the 16MHZ and 8MHZ quartz crystal resonator. Can you show how to calculate CFG1, CFG2, CFG3 for this speed? BR CS