Dopo l’aggiornamento del core per il supporto alle MCU Attiny per la nuova versione 1.5.7 dell’IDE, ecco anche l’aggiornamento per supportare gli Atmega644P/1284P. Come sempre, le istruzioni sono nel file README allegato.
Atmega644P/1284P: nuovo core per l’IDE 1.5.7 di Arduino
Leonardo Miliani
Appassionato di computer e programmazione da sempre. Altre passioni sono la fotografia, l'astronomia, il trekking, le scienze naturali, la bicicletta, i fuoristrada.
You may also like...
4 Responses
Lascia un commento
Devi essere connesso per inviare un commento.
Questo sito utilizza Akismet per ridurre lo spam. Scopri come vengono elaborati i dati derivati dai commenti.

I am running the Arduino IDE under Windows 7/64. I have tried your 1.5.7 package with a Sanguino (644P), but get persistent “programmer not responding” failures. I have tried various uses of the reset button, changing transmission speeds, and so on. Do you have any suggestions?
Are we talking about a serial programming using the bootloader?
Hello,
can you tell me if it is possible to use interrupt on any Digital PIN with the 644?
Is it included in this core or will I have to use C code to activate interrupts on single Pins?
What about libraries like “shift out”? Will they work?
Sadly the Sanguino website seems to be gone …
Interrupts are of 2 kinds: INTx and PCINTx.
Only the first ones are supported by the core, like for the Arduino. For the second ones you have to write your own code or try to use the PinChangeInterrupt library but I don’t know if that lib is compatible with this core (keep in mind that I didn’t write any of these softwares, I just modified and packed them in a single core).