help to find solution of Chip enable program error with USBesp

Thread Starter

Rusty Rifle

Joined Dec 18, 2019
18
hi all ♥
I'm trying to program ATmega16A using USBasp but i noticed that the USBasp is diffrent than the common on the internet
it has only two jumper pins "JP1"
i bought it from this link:
https://ram-e-shop.com/product/prog-avr-mkii/
1671834468160.png

i installed the drivers using
zadig-2.7.exe
and tried to load the code to the ATmega using ProgISP1_72f
but it keep showing this "Chip enable program error"
1671834519243.png
so I tried Atmel studio

and created this tool
1671834538751.png
and used this line
avrdude -c usbasp -p atmega16 -U flash:w:$(ProjectDir)Debug\$(TargetName).hex:i

but again i got this error
1671834599838.png

tried to connect jumper in these pins "JP1"
but noting new.
thanks in advance
 
Top