Answer by Ron B for avrdude: error: program enable: target doesn't answer. 1
I was pulling my hair out as I had received 20 Atmega328P's and the first one I was able to get programmed with my USBasp Programmer, but swapping the processors I was not able to program on breadboard...
View ArticleAnswer by jp-jee for avrdude: error: program enable: target doesn't answer. 1
The problem is given in the error message: target doesn't answer Possible reasons are: Incorrect/slacky wiring: Might seem unlikely if you did not change anything since you've successfully programmed...
View Articleavrdude: error: program enable: target doesn't answer. 1
Before I can program my ATmega32 through USBasp but now only in 30 times or more try I can program ATmega32. I get this error avrdude: error: program enable: target doesn't answer. 1 program command...
View ArticleAnswer by fgomez for avrdude: error: program enable: target doesn't answer. 1
You should connect the protocol SPI of USBasp to the microcontroller. These are MISO, MOSI, SCK and RESET. Then connect an XTAL of 16MHz with 2 capacitors of 22pF to ground.Finally, connect a resistor...
View ArticleAnswer by Judah for avrdude: error: program enable: target doesn't answer. 1
I was getting this error even with correct wiring until I added -B4 parameter to avrdude.After I added -B4 parameter and programmed the chip, I didn't need to use it anymore...
View ArticleAnswer by Andreas Mascheck for avrdude: error: program enable: target doesn't...
I had the same issue with an attiny25-20PU that had already a unknown program on. I copied the arduino command line for avrdude from arduinos upload output into a terminal, added at the end a -B and...
View Article