help on programming ATMEGA16A using USB AVR Programmer

jepoy12

Aug 19, 2011
20
Joined
Aug 19, 2011
Messages
20
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.
 

OLIVE2222

Oct 2, 2011
690
Joined
Oct 2, 2011
Messages
690
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
 

azad200517

Jan 21, 2014
3
Joined
Jan 21, 2014
Messages
3
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