Skip to content

Releases: pierremolinaro/acan2515

CANMessage.h --> ACAN2515_CANMessage.h

23 Mar 15:48
Compare
Choose a tag to compare
2.1.3

Version 2.1.3 : CANMessage.h --> ACAN2515_CANMessage.h

Added 2 ms delay after SPI RESET

07 Apr 16:37
Compare
Choose a tag to compare

In the MCP2515 data sheet (DS20001801J), section 8.1, page 55: The MCP2515 utilizes an Oscillator Start-up Timer (OST) that holds the MCP2515 in Reset to ensure that the oscillator has stabilized before the internal state machine begins to operate. The OST keeps the device in a Reset state for 128 OSC1 clock cycles after the occurrence of a Power-on Reset, SPI Reset, after the assertion of the RESET pin, and after a wake-up from Sleep mode. It should be noted that no SPI protocol operations should be attempted until after the OST has expired.

This section has been updated after Revision H, revealing that a delay should be observed after SPI Reset, after the assertion of the RESET pin.

Fixed receiving extended remote frames

29 Nov 12:58
Compare
Choose a tag to compare
2.1.1

Version 2.1.1 : fixed receiving extended remote frames

Fixed extended frame reception

16 Feb 10:23
Compare
Choose a tag to compare

Fixed a long time bug that randomly prevents from receiving extended frames (thanks to James Zeng).

Added CANMessage class union members

01 Oct 10:19
Compare
Choose a tag to compare

Added data_s64, data_s32, data_s16 and data_s8 to CANMessage class union members (thanks to tomtom0707).

Added errorFlagRegister method

03 May 13:09
Compare
Choose a tag to compare

This method returns the contents of the EFLG register.

Added Raspberry Pi Pico sample code and documentation

21 Apr 08:47
Compare
Choose a tag to compare

Fix tryToSend interrupt disabling (thanks to Fergus Duncan)

10 Oct 11:23
Compare
Choose a tag to compare

Fix tryToSend interrupt disabling (thanks to Fergus Duncan)

Fix mPeakCount value on buffer overflow

31 May 09:30
Compare
Choose a tag to compare

Fix mPeakCount value on buffer overflow (thanks to Koryphon)

2.0.4

27 Apr 18:33
Compare
Choose a tag to compare

Added dataFloat to CANMessage (thanks to Koryphon);
Added several forgotten volatile.