We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working with some custom PCBs that have 2x MCP2518 chips on the same SPI
// CAN_FD the first defines #define MCP2517_SCK 17 // SCK input of MCP2517 #define MCP2517_SDI 23 // SDI input of MCP2517 #define MCP2517_SDO 39 // SDO output of MCP2517 #define MCP2517_CS 21 // CS input of MCP2517 //21 or 22 #define MCP2517_INT 34 // INT output of MCP2517 //34 or 35 // CAN_FD the 2nd defines #define 2nd_MCP2517_SCK 17 // SCK input of MCP2517 #define 2nd_MCP2517_SDI 23 // SDI input of MCP2517 #define 2nd_MCP2517_SDO 39 // SDO output of MCP2517 #define 2nd_MCP2517_CS 22 // CS input of MCP2517 //21 or 22 #define 2nd_MCP2517_INT 35 // INT output of MCP2517 //34 or 35
Has anyone been able to use this library with two chips at the same time? One of the chips start, but the second fails to start with errorCode 1
The text was updated successfully, but these errors were encountered:
Some update on this, I got the boards to initialize properly, but after running for a few seconds I get send_ok going bad, and buffer overflows.
Sorry, something went wrong.
No branches or pull requests
Working with some custom PCBs that have 2x MCP2518 chips on the same SPI
Has anyone been able to use this library with two chips at the same time? One of the chips start, but the second fails to start with errorCode 1
The text was updated successfully, but these errors were encountered: