Closed ihor-ziuba closed 10 months ago
Hi, it'll be a few days before I can look into this myself. Could you see if reverting avrdude back to v7.0 has any effect - https://github.com/avrdudes/avrdude/releases/download/v7.0/avrdude-v7.0-windows-x86.zip you'll need to replace avrdude.exe and avrdude.conf in the install directory of AVRDUDESS, or go into the options and set the locations there.
I think the output of avrdude might have changed:
avrdude error: cannot set sck period; please check for usbasp firmware update
It now says error
instead of warning
, so AVRDUDESS thinks there was a problem when reading fuses.
Updating your USBasp firmware will sort it out. I'll also add some extra logic so it doesn't fail because of the firmware error.
Hi, it'll be a few days before I can look into this myself. Could you see if reverting avrdude back to v7.0 has any effect - avrdudes/avrdude@
v7.0
avrdude-v7.0-windows-x86.zip (download) you'll need to replace avrdude.exe and avrdude.conf in the install directory of AVRDUDESS, or go into the options and set the locations there.
Yeah, works fine, as previously, thanks! Sorry for the inconvenience, I'm understand that you're not responsible for ardude.
Updating your USBasp firmware will sort it out.
Which version would you recommend? This seems to be a recent one: https://github.com/dioannidis/usbasp/releases/tag/v1.11
I've only used the original firmware which you can get from here https://www.fischl.de/usbasp/
As described in title, on new update, while reading fuses from atmega328pb with USBasp, I'm receiving only
At the same time, MCU auto-detect works good, and with previous version 2.14 fuse reading works perfectly fine.
BTW, best GUI for avrdude, love it so much :)