USBASP Installation in Windows 10

by GandaU in Circuits > USB

104868 Views, 19 Favorites, 0 Comments

USBASP Installation in Windows 10

usbasp.jpg

For ATMEGA beginner user, installation of USB-ASP in Windows 10 can be tiresome. USBASP Device is inteded to work with 32 bits yet our current PC Windows 10 is mostly 64 bit. So extra steps are needed for a particular USB port. If you have installed USBASP on one of the a physical ports, you need to remember which port that you have installed with. If you plug USBASP on another physical port you will need to do reconfigure windows to use the driver again from the start.

Plug in USBASP

markasp.jpg

As mentioned before, you need to remember or mark with something on a port.

Install Zadig

zadig0.png

If you have not installed zadig, you need to install this.

You can download from here.

Zadig allows you to mix and match your hardware with a particullar driver: WinUSB, libusb, libusb-win32 or libusbK. If you used RTL SDR or any other open sourced project involving USB driver which need a special driver that has API supported by your USB hardware, you might already have this utility on your PC or Laptop. You can skip this step if you have done so.

Open Option

zadig.png

Open Zadig, click on Option ->List All your Devices.

Check List All Devices

zadig1.png

In option menu check list all devices. This will later show all device that is currently connected to your PC/Laptop.

Select USB ASP

zadig2.png

Go to pull down selector in the middle. And Click USBASP. Try not to click other device other than USBASP. Otherwise the wrongly selected device may not compatible with the driver we are going to use that can cause the device not working properly.

Select Libusb-win32

zadig3.png

This is the mostly used if you are using AVRDUDE's based flash tool. This includes khazama, bit burner or other GUI front-ends.

Click Reinstall Driver

zadig4.png

Just click Install the driver and make sure no error occur. This takes few minutes.

The installation will make your PC remember which hardware, port and driver. Again, if you use different physical port or use a new hub, the default driver will be used instead.

Check Your Device Manager

zadig5.png
zadig6.png

To see if your USBASP is running on libusb-win32 driver, open windows device manager and look for libusb-win32 and expand to see if usbasp is there.

Now you can test to flash AVR chips/devices (atmega8/328/16/attiny etc..) using USB asp.