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.
Official site
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.
Core Atmega644P/1284P per Arduino IDE 1.5.7
Nuovo core Atmega644P/1284P per la nuova IDE 1.5.7 di Arduino.
New Atmega644P/1284P core for the latest Arduino IDE 1.5.7.
Platforms: | Qualunque S.O. |
---|---|
Requirements: | Arduino IDE 1.5.x |
Category: | Arduino |
License: | CC SA-NC-BY |
Data: | 14 Luglio 2014 |
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.
Devi essere connesso per inviare un commento.
Questo sito usa Akismet per ridurre lo spam. Scopri come i tuoi dati vengono elaborati.
Cookie | Durata | Descrizione |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
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).