MCUdude / MightyCore

Arduino hardware package for ATmega1284, ATmega644, ATmega324, ATmega324PB, ATmega164, ATmega32, ATmega16 and ATmega8535
Other
650 stars 183 forks source link

how to use another programmer? #251

Closed rocifier closed 2 years ago

rocifier commented 2 years ago

Hi I want to use MightCore because it's the only one which supports Atmega324P. But My programmer is FTL32 and that doesn't show up on the Programmer list in arduino IDE. How can I add a different programmer protocol?

MCUdude commented 2 years ago

I've never heard of the FTL32, but if the programmer is not in the Programmers list, you can export the compiled hex file and upload it to the microcontroller using a 3rd party tool like Avrdude.

Compile your sketch and click "Sketch > Export compiled Binary" to get the hex file.