[go: up one dir, main page]

0% found this document useful (0 votes)
87 views3 pages

AT89xx Microcontroller Development Board: Installation Process (Windows 7, 8 and 10)

The document provides instructions for installing the programming software and drivers needed to upload hex files to an AT89xx Microcontroller Development Board using a USBasp programmer on Windows 7, 8, or 10 systems. The 11 step installation process involves downloading required files, installing programming software like WinAVR and AVRDUDESS, configuring the avrdude location in AVRDUDESS, and connecting the board to recognize the device driver. Hex file uploading requires setting jumpers on the board, connecting it to the PC, selecting options in AVRDUDESS like the programmer, MCU, hex file and flags, and clicking program.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
87 views3 pages

AT89xx Microcontroller Development Board: Installation Process (Windows 7, 8 and 10)

The document provides instructions for installing the programming software and drivers needed to upload hex files to an AT89xx Microcontroller Development Board using a USBasp programmer on Windows 7, 8, or 10 systems. The 11 step installation process involves downloading required files, installing programming software like WinAVR and AVRDUDESS, configuring the avrdude location in AVRDUDESS, and connecting the board to recognize the device driver. Hex file uploading requires setting jumpers on the board, connecting it to the PC, selecting options in AVRDUDESS like the programmer, MCU, hex file and flags, and clicking program.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

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).

You might also like