
I am using the following HW
*Arduino UNO R3
*Sparfun CAN shield see: https://github.com/sparkfun/SparkFun_CA ... no_Library
I made a very basic program that should send a CAN message, and also listen to the CAN-BUS after message 5 and then lit a LED.
but i cant get it to send any messages.
and on the can bus analyzer i recive a full can bus, operating at 94%.
but there is no valid messages at all..
nothing else is connected. so i guess that it just fills the CAN bus with errors.
on the CAN Shield from sparfun, there is a 16MHz cristal, and in flowcode 8 i can only select 8 or 20 MHz.
I would guess that this is the fault?
is there any option to fix this?
when use Arduinos own tool to program, "Arduino IDE" with the sample code that i find on:
https://github.com/sparkfun/CAN-Bus_Shield
(green button, download zip)
then it works. but not within Flowcode 8.
Greets Fredrik