Questions tagged [usbasp]
The usbasp tag has no summary.
39 questions
0 votes
1 answer
157 views
Why did fuse bits successfully reset using ICSP and USBASP programmer?
I read a lot about fuse bits in AVR microcontrollers and everyone says that fuse bits can be reset by using high-voltage programmer only, they can't be reset via UART<->ICSP. So, I've received ...
1 vote
1 answer
1k views
How to program an ATmega328p using a USBasp programmer?
I'm learning to program an atmega328p using a usbasp programmer. I'm using this datasheet, page 2, PDIP pin configuration. The usbasp programmer I'm using is this. The armega328p chip I am using is ...
0 votes
1 answer
427 views
Problems getting USBasp to connect with ATMEGA16 / ATMEGA32 Development board and PC in order to flash a bios chip
AVR ATMEGA16 Minimum System Board ATmega32 Development Board + USB ISP USBasp Programmer ISP ATTiny 51 Board and PLCC32 to DIP32 EZ Programmer Adapter Socket Hi all, Very very new to all this... I ...
1 vote
0 answers
370 views
avrdude OS error: file not readable invalid argument
I decided to get into the world of "naked" microcontrollers (started with Arduino), found an ATtiny 85 among my parts and an USBasp and decided to first make a blink sketch. Did everything ...
2 votes
2 answers
822 views
How to do a factory-reset on an AVR micro-controller?
I'm programming an ATmega32 chip, and have set some bits as 1 in some DDRs and PORTs. In case I forget what bits I had set to 1, is there a way to set all the register bits to a value(1 or 0) that was ...
1 vote
1 answer
222 views
Why does AVRDUDE require part ID as an input parameter when it detects the device signature by itself?
When I type the following in terminal avrdude -p m32 -c usbasp I get the following as output ...
2 votes
1 answer
422 views
Unbrick my ATmega 8
It looks like I've bricked my chip (ATMEGA8-16PU) by setting the WTDON fuse and flashing an empty loop as the main program. I suspect that the chip constantly goes into reboot every ~60 ms, which is ...
1 vote
3 answers
2k views
Power on failed; cannot communicate with target chip error eXtreme Burner
I checked Electronics Stackexchange and other sources, but I can't figure out what's wrong with my set-up. Some say that I need to check my connections, which I've done many times, checking all the ...
0 votes
1 answer
116 views
GBoard SIM900 and Usbasp - power supply issue
I bought Gboard module with Atmega328P inside: https://wiki.iteadstudio.com/Gboard I don't want to use Arduino at all. I just want to upload my own code into Atmega328P and make a phone calls without ...
0 votes
2 answers
124 views
Isp reprogramming of Attiny167 MCU while soldered in a circuit is possible?
Is it possible to re-program a soldered attiny167 on a pcb, by using isp, when one of the pins needed (MISO) has a 10K resistor pulled to ground, and the RESET pin is pulled HIGH with a 10K resistor ...
0 votes
1 answer
191 views
Controlling AVR reset via voltage divider
I have an AVR atmega32u4 which is being run on 3.3v. I program it using a avr usbisp, which runs at 5v.. The problem i'm having is driving the reset pin.. I currently have this schematic where ...
0 votes
0 answers
106 views
Fischi.de/usbasp programmer
I have constructed the usbasp programmer that is described on the https://www.fischl.de/usbasp/ website. I uploaded the firmware to the atmega8 using an arduino uno and avrdudess I set the hfuse to ...
0 votes
1 answer
929 views
Why did my Atmega328p chips stop working?
I am fairly new to embedded programming. I bought some Atmega328P U chips (not Atmega328P-PU). I have two Arduino boards and the chips worked just fine, and were letting me upload sketches. One of ...
0 votes
2 answers
93 views
What is IDC connector pitch on a USBAsp?
I am planning to use a USBASP programmer to program one of my boards, and I want to use a fitting receptacle on my board. I fail to find the exact pitch that the USBAsp's IDC connector has (as I ...
9 votes
4 answers
166k views
AVRDUDE does not recognize USBasp device
I'm am having issues with my USBasp programmer (Windows 10). I installed the WinUSB driver using zadig 2.4. When I run AVR dude with the following parameters ...