ZakKemble / AVRDUDESS

A GUI for AVRDUDE
https://blog.zakkemble.net/avrdudess-a-gui-for-avrdude/
GNU General Public License v3.0
551 stars 126 forks source link

Incorrectly detecting ATmega328P as ATA6614Q #81

Closed Fareeha-Takanashi closed 5 months ago

Fareeha-Takanashi commented 5 months ago

V2.15, Incorrectly detecting ATmega328P as ATA6614Q. Tested: USBtiny, USBasp, stk500v1 螢幕擷取畫面 2024-01-11 235004

2.14 work fine 螢幕擷取畫面 2024-01-12 001143

ZakKemble commented 5 months ago

Hmm, this could be difficult. The ATA6614Q is a 2-in-1 ATA6630 + ATmega328P, which has the same signature as the standalone 328P. I'm not sure if it's possible to tell the two apart. :/

Fareeha-Takanashi commented 5 months ago

...Maybe we can set the preferred same signature MCU in config file?

ZakKemble commented 5 months ago

I don't really want to make modifications to avrdude's conf file. However, what I can do it make it ignore parts that have been hidden from the drop-down list via the options window.

ZakKemble commented 5 months ago

Fixed in https://github.com/ZakKemble/AVRDUDESS/releases/tag/v2.16