17 Commits
Author SHA1 Message Date
turmary d73add5f0a Move: CANFD argument to uint32_t from byte 2021-01-29 23:32:51 +08:00
turmary 544d2c8eeb Add: a baudrate compatible argument to MCP2518FD CAN.begin() 2021-01-15 11:32:22 +08:00
turmary 6ad2ba8c4b Move: reduce const string (RAM used on AVR-GCC platform) in examples 2020-12-28 20:52:22 +08:00
turmary dad91a1dba Move: SERIAL to SERIAL_PORT_MONITOR in examples 2020-12-28 20:50:49 +08:00
Anson HeandBaozhu Zuo c11356b4e5 Clear up Arduino examples for all Arduino boards 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo bfc70f2099 Modified put the receive interrupt before begin 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo c72a842c31 Modified canbus send and receive example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo 6e9112c4f1 Complete can bus receive interrupt example 2020-12-10 17:10:14 +08:00
Baozhu Zuo 7d30ccccc8 Pretty printed the Arduino code with astyle 2020-02-03 15:00:22 +08:00
nickandBaozhu Zuo 1935258e58 required change for compatibility with Leonardo and probably other boards 2019-08-13 09:16:27 +08:00
nickandBaozhu Zuo 34de82b7ec required change for compatibility with Leonardo and probably other boards 2019-08-13 09:16:27 +08:00
zhengxing LuandBaozhu Zuo 81a975210b add samd compatibility 2019-08-08 13:48:23 +08:00
Jan Kirchner 1465f5d619 Goto + label removing. Standard loop is a cleaner solution. 2016-01-30 23:48:52 +01:00
loovee 8cdb31b161 format 2015-08-06 15:29:57 +08:00
loovee 09fb19398c update examples 2015-04-28 09:38:27 +08:00
Ralf Edmund Stranzenbach 0a791f6d4b Receive may freeze if CAN saturated
If either the CANBUS is saturated or the MCU is busy for some time, both RX buffers of the MCP2515 may be in use. If the MCU does not catch up in processing the incoming messages, the second message received just adds another reason for the IRQ.
Thus reading a single message does not clear the IRQ conditon of the MCP2515 leading to a permanent lock up of the receiver program.

Signed-off-by: Ralf Edmund Stranzenbach <ralf@reswi.de>
2014-10-14 23:53:17 +02:00
loovee 925f97c2c9 version 1.2 2014-07-08 13:55:49 +08:00