Maker Pro
Maker Pro

help on programming ATMEGA16A using USB AVR Programmer

I have a S51 AVR USB Programmer that I just recently bought and a ATMEGA16A.
I also have a ready made hex file that I wanted to burn it on Atmega16a.
How should I do it?

btw I already downloaded and installed the PROGISP and USBasp windows driver.
 
Hi, you don't receive any answer to you post maybe just because the S51 AVR USB Programmer is not a "popular" tool. For around 20$ you can have an AVR ISP programmer nativaly supported by Atmel the (free) AVR Studio and even supported by stand alone programming softwares. Maybe better to switch to an AVR ISP so.
Olivier
 
I have a S51 AVR USB Programmer that I just recently bought and a ATMEGA16A.
I also have a ready made hex file that I wanted to burn it on Atmega16a.
How should I do it?

btw I already downloaded and installed the PROGISP and USBasp windows driver.

First make some small changes to the preferences.txt file. Make sure to edit this file when the IDE is not running.
c:\Documents and Settings\<USERNAME>\Application Data\Arduino\preferences.txt (Windows)
Then, Change: upload.using from bootloader to the identifier of one of the programmers in hardware/programmers.txt (e.g. avrispmkii).
Set the board.upload.using parameter to the identifier of one of the programmers in programmers.txt.
 
Top