MCUdude / MightyCore

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

Does this support Atmega16u2? #189

Closed wingedrhino closed 4 years ago

wingedrhino commented 4 years ago

Hi,

Does this core support the Atmega16u2? I'd like to reprogram the programming port on my Due so that it can act as two different microcontrollers simultaneously. The 8u2, 16u2, and 32u2 seem to be closely related.

per1234 commented 4 years ago

No the supported parts are the ones listed here: https://github.com/MCUdude/MightyCore#supported-microcontrollers

Try this: https://github.com/NicoHood/HoodLoader2

wingedrhino commented 4 years ago

No the supported parts are the ones listed here: https://github.com/MCUdude/MightyCore#supported-microcontrollers

Try this: https://github.com/NicoHood/HoodLoader2

Aah I just installed HoodLoader2 DFU board for 16u2. Thanks! Got some issues THERE but I guess HERE isn't the best place to ask lol