avrdude-gui another easy way to program AVR microcontrollers

Avrdude-gui is a simple graphical user interface(GUI) for avrdude which is a command line tool running on several OS to program the Atmel AVR Microcontrollers. AVRDUDE-GUI is included in WinAVR toollset and can be used separately to program AVR chips avoiding command line as it has to be done with plain AVRDUDE.

avrdude_gui.PNG

This program has no installation or deinstallation routines. It just have to be in the directory where avrdude is located. It has almost all functions needed to program AVR microcontrollers effectively. Few things that needs to be done is ability to read fuses, ability to work with single fuse bits. Now you have to define whole fuse bytes what is not very convenient.

In a picture above you see configuration working with AVR ISP programmer connected to LPT1 port.

Again if you are using WINAVR compiler tools I prefer to program chips using makefile. Then I can program AVR microcontroller by pressing single button. But of you compile programs with other tools like Codevision, Imagecraft or ASM compiler, then AVRDUDE with AVRDUDE-GUI may be helpful.

For available options refer to AVRDUDE documentation.

Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post
 |  TrackBack URI for this post

New on WinAVR Tutorial
Running TX433 and RX433 RF modules with AVR microcontrollers,
Sometimes in embedded design you may want to go wireless. Might be you will want to log various readi …
Programming AVR ADC module with WinAVR,
Most of AVR microcontrollers have Analog to Digital Converter (ADC) integrated in to chip. Such solut …
New on WinARM Tutorial
What are differences between WinARM and WinAVR,
Everyone who is working with AVR microcontrollers knows this powerful tool – WinAVR (http://win …
LPC2000 watchdog timer,
As in all microcontrollers watchdog timers purpose isto reset microcontroller after reasonable amount …

One Response to “avrdude-gui another easy way to program AVR microcontrollers”

  1. Rishi Says:

    Hey, I need lil’ help.
    I am trying to program atmega32l with avrisp using at90s1200 with SPI. I prepared it as per the following circuit http://www.serasidis.gr/circuits/avr_isp/avr_isp.htm. This same circuit is also given in application notes of at90s1200 provided by atmel.
    I tried avrdude-gui, anrprog, ponyprog, avrstudio4; but none of them recognized my device. avrdude-gui is giving the followign error :
    avrdude; serial_open():can’t set attributes for device “com1″

    Please hel. thanx in advance

Leave a Reply