ZakKemble / AVRDUDESS

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

Push flash in atemga16 #56

Closed nghiank97 closed 2 years ago

nghiank97 commented 3 years ago

I have a project in atmega16. I using USP ISP to push the hex file. But, I don't know how to setup. Please help me

image av00700-01-thumbnail-1080x1080-70

DirtyEngineer commented 3 years ago

You need to select the correct programmer. In the top left drop-down select either "USBasp, http://www.fischl.de/usbasp/" or "Any usbasp clone with correct VID/PID". Next click the "Detect" button on the top right side. If you have made the correct connections the lower text box will show the signature/name of your chip. Then click the program button.

nghiank97 commented 3 years ago

Thank for your response

I have try it, but i don't When I select "USBasp, http://www.fischl.de/usbasp/" and press "Detect". The commend show "could not find USB ...."

image

This is the same when I select "Any usbasp clone with correct VID/PID"

But when i select "Atmel AVR ISP"

image

DirtyEngineer commented 3 years ago

Does the programmer show up in your Device Manager? If not you probably need to download the drivers for it. Goggle should be able to help with how to get it to work.

nghiank97 commented 3 years ago

ok, many thanks