Programming AT89S52 Using USBasp ISP Programmer

by varun96 in Circuits > Microcontrollers

28933 Views, 9 Favorites, 0 Comments

Programming AT89S52 Using USBasp ISP Programmer

Untitled.png

Easiest method for adding AT89S series in AVR DUDESS application.

Download Required Files:

1) Download and install winavr from the given link

https://sourceforge.net/projects/winavr/

2) Download and install AVR DUDESS from the link

http://blog.zakkemble.co.uk/avrdudess-a-gui-for-av...

3) Download the avrdude.conf file

https://drive.google.com/file/d/0B9AO5yIxh-hNUFpnV...

Downloads

Installation:

Untitled.png

1) Install the winavr in any desired location (C: drive is preferable).
2)Install the AVR DUDESS application... It is a GUI for avrdude.

3)Locate the avrdude.conf file.

4) (C:\WinAVR-20100110\bin\avrdude.conf) this will be the default location of the file "avrdude.conf", if you have installed winavr in C: drive.

5) Replace the avrdude.conf file with the downloaded avrdude.conf file.

AVR DUDESS:

Untitled.png
Untitled.png
Untitled.png

1) Run AVR DUDESS application... you will find that the AT89s series is not listed in the MCU list.

2) Now select option and specify the path for avrdude.conf file in all the three spaces.


AT89S52

Untitled.png

Now you can find the AT89S series in the MCU list.

If you get any error like -
C:\WinAVR-20100110\bin\arvdude.conf:320 unrecognized character: "a"

then the avrdude you have is outdated.... Download the latest version from this link and replaces the existing files in the bin folder http://download.savannah.gnu.org/releases/avrdude/... for reference : https://forum.arduino.cc/index.php?topic=74945.0