Using the arduino as an AVR board


bought pre-made shield turns spi signals in can protocol signals (knowledge of can protocol not necessary topic). shield has built in compatitibility avr boards(but not arduinos) , comes prewritten software written in c. know arduino avr environment don't know how run c file off of or how use not arduino avr. possible? thanks

bought pre-made shield turns spi signals in can protocol signals (knowledge of can protocol not necessary topic). shield has built in compatitibility avr boards(but not arduinos) , comes prewritten software written in c. know arduino avr environment don't know how run c file off of or how use not arduino avr. possible? thanks
i had professor in university said, "...anything possible computers... if 1 has enough time , enough money..."

the bad news here avr board referenced the development board in c file obsolete.

you need fair bit of c/c++ knowledge rework code arduino environment , make compatible arduino core files.  imo, not novice task.

the c code not particularly difficult, port need made between devices referenced devices connected arduino... or more specifically, clone using atmega16 uc.

the news the atmega16 uc supported third party core.

step  #1 build atmega16 board can mount shield upon.  start gradually conversion process arduino.

ray


Arduino Forum > Using Arduino > Microcontrollers > Using the arduino as an AVR board


arduino

Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'