Commit Graph
13 Commits
Author SHA1 Message Date
Anson He c11356b4e5 Clear up Arduino examples for all Arduino boards 2020-12-10 17:10:14 +08:00
wangcoolc bfc70f2099 Modified put the receive interrupt before begin 2020-12-10 17:10:14 +08:00
wangcoolc c72a842c31 Modified canbus send and receive example 2020-12-10 17:10:14 +08:00
wangcoolc 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
nick 1935258e58 required change for compatibility with Leonardo and probably other boards 2019-08-13 09:16:27 +08:00
nick 34de82b7ec required change for compatibility with Leonardo and probably other boards 2019-08-13 09:16:27 +08:00
zhengxing Lu 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