AT89xx Microcontroller Development Board
Installation Process (Windows 7, 8 and 10):
1. To install programmer collect required file (.zip) from your teacher or download from the following link
https://goo.gl/EjSA6Z
2. Extract the .zip file and open the extracted folder.
3. Install WinAVR-20100110-install.exe
4. Copy avrdude.conf and paste to C:\WinAVR-20100110\bin
If there is already a file with the same name, replace it with the new one.
5. Install setup-AVRDUDESS-2.4.exe
6. Open USBasp Driver folder and Install InstallDriver.exe
After completing installation it should look like this-
7. Connect your AT89xx Microcontroller Development Board to PC using USB cable.
8. Device driver installation notification should pop up on system tray of your PC.
It should be look like this-
9. Open AVRDUDESS from the desktop shortcut.
10. You have to configure AVRDUDESS (once). Click on options configure avrdude location to
C:\WinAVR-20100110\bin and click OK
11. Installation is completed.
Hex File Uploading Process:
1. On your AT89xx Microcontroller Development Board set Enable Programming jumper and Power from USB
jumper (they are close to reset switch).
2. Connect your Board to PC using USB cable.
3. Open AVRDUDESS.
i. Select programmer > USBasp
ii. Select MCU > AT89S52
iii. Select flash (.hex) file
iv. Check Force (-F), Erase flash and EEPROM (-e) and Disable verify (-V)
v. Now click on Program!
4. To run the program open Enable Programming jumper (beside reset switch).