arduino-CAN
arduino-CAN copied to clipboard
CPU restart in callback
Hi, when I upload a sample sketch CANreceiverCallback my cpu reads some id and restart. Even if I set filter to one or two id.
Make sure to have as little blocking code as possible on your callback function. No serial printing, no delays. Just change flag values on it.