CANFestivino
CANFestivino copied to clipboard
canFestivino for ATmega64M1
Dear all, I'm struggling a bit because I'm not able to make running the CanFestival from the original project (https://bitbucket.org/Mongo/canfestival-3-asc/src).
Actually the only example that works on the ATmega64M1 is the CanFestivino with the avr can library taking from here (https://github.com/thomasonw) where I got also the packages to program these uC family.
Attached you can see files for the CanFestival and CanFestivino.
CanFestival_ATmega64M1_Arduino.zip CANFestivino_ATmegaXXM1.zip
My intention was to have the whole package for the Arduino without the limitations introduced by Jens to fit the project on the atmega328p which has limitation in RAM and ROM
The original example for the canFestival on the AVR family is for the ATCAN90 uCs but changing the timer file (timer_AVR.c) ( everything should work because drivers seems the same more or less