Closed rudwna closed 1 year ago
Hi, In mcp_can.cpp, line 707 there's a check if the message has been transmitted:
res1= mcp2515_readRegister(txbuf_n); /* read send buff ctrl reg */ res1 = res1 & 0x08;
but shouldn't it read txbuf_n - 1 instead of txbuf_n since txbuf_n will be SIDH address rather than CTRL address?
Hi, In mcp_can.cpp, line 707 there's a check if the message has been transmitted:
but shouldn't it read txbuf_n - 1 instead of txbuf_n since txbuf_n will be SIDH address rather than CTRL address?