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: Andi Suhandi
Subject: Re: [avr-gcc-list] programming eeprom using avrdude
Date: Wed, 26 Oct 2005 15:58:52 +0700

Thanks for the advice Joerg, It's working now.

Andi

----- Original Message -----
From: "Joerg Wunsch" <address@hidden>
To: <address@hidden>
Sent: Wednesday, October 26, 2005 3:20 PM
Subject: Re: [avr-gcc-list] programming eeprom using avrdude


> "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/
>
>
> _______________________________________________
> AVR-GCC-list mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
>
>





reply via email to

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