arduino-CAN icon indicating copy to clipboard operation
arduino-CAN copied to clipboard

MCP2515 `observe` sets configuration mode

Open ghost opened this issue 5 years ago • 0 comments

There's a method called MCP2515::observe, which writes 100, which is however configuration mode (http://ww1.microchip.com/downloads/en/DeviceDoc/MCP2515-Stand-Alone-CAN-Controller-with-SPI-20001801J.pdf).

The method is not documented in API.md, however I'd think that it means to enable listen-only mode. Listen-only mode is however 011, which is 0x60.

ghost avatar May 30 '20 11:05 ghost