avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] programming eeprom using avrdude


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] programming eeprom using avrdude
Date: Wed, 26 Oct 2005 10:20:10 +0200 (MET DST)

"Andi Suhandi" <address@hidden> wrote:

> How can I program the eeprom memory using avrdude in WinAVR ?

Sure.  Use the -U eeprom:w:<yourfilename> option.

If you look into your Makefile, WinAVR already has

AVRDUDE_WRITE_EEPROM= ...

which is commented out by default, as you normally don't need to
reprogram the EEPROM each time.  Instead, set the EESAVE fuse, and
program it once.

-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]