-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
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
mcp25xxfd: Using SPI1.0 and SPI1.1 error #10
Comments
Hi, skpang! |
I am also recieving this error - any updates would be appreciated! |
I had the same issue, was anyone able to find a fix? |
LOL. Ditto! Having the exact same error. Anyone has any luck resolving this? |
So I'm currently Using a Raspberry Pi Zero W and I'm using the MCP2517FD controller on this board: Even if you aren't using that same exact development board, you might still be able to that walkthrough as long as you're using the MCP2517FD. That tutorial also works for the MIKROE-2379 Click board which also has the MCP2517FD. |
Toggling to B mode works for me. That appears to be the problem. |
I'm trying to use SPI1 instead of SPI0. I'm using the mcp2517fd-spi1.0-can2-overlay but dmesg is giving me CRC errors.
pi@raspberrypi:~ $ dmesg |grep spi
[ 4.065147] mcp25xxfd spi1.0: CRC read error: computed: ec03 received: 0000 - data: be 00 04 00 00 00 00
[ 4.065163] mcp25xxfd spi1.0: CRC read of clock register resulted in a bad CRC mismatch - hw not found
[ 4.065180] mcp25xxfd spi1.0: Probe failed, err=84
[ 4.065243] mcp25xxfd: probe of spi1.0 failed with error -84
Any idea of how to fix this ?
The text was updated successfully, but these errors were encountered: