AVRDUDESS icon indicating copy to clipboard operation
AVRDUDESS copied to clipboard

Incorrectly detecting ATmega328P as ATA6614Q

Open Fareeha-Takanashi opened this issue 1 year ago • 3 comments

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

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

Fareeha-Takanashi avatar Jan 11 '24 16:01 Fareeha-Takanashi

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. :/

ZakKemble avatar Jan 11 '24 16:01 ZakKemble

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

Fareeha-Takanashi avatar Jan 13 '24 12:01 Fareeha-Takanashi

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 avatar Jan 13 '24 22:01 ZakKemble

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

ZakKemble avatar Jan 31 '24 18:01 ZakKemble