Skip to content
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

RXB bit settings disagree with MCP2515 datasheet #85

Open
zbrown23 opened this issue Nov 4, 2022 · 0 comments
Open

RXB bit settings disagree with MCP2515 datasheet #85

zbrown23 opened this issue Nov 4, 2022 · 0 comments

Comments

@zbrown23
Copy link

zbrown23 commented Nov 4, 2022

In an (old) update datasheet for the MCP2515, Microchip states that setting the RXB[1:0] bits to a value other than '00' or '11' is not recommended. It seems as though Microchip doesn't recommend using the MCP2515's ability to specify filtering per standard vs extended frame formats.

arduino-mcp2515/mcp2515.h

Lines 289 to 290 in d424134

static const uint8_t RXBnCTRL_RXM_STD = 0x20;
static const uint8_t RXBnCTRL_RXM_EXT = 0x40;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant