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

Andi

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


> "Andi Suhandi" <[EMAIL PROTECTED]> 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
> [EMAIL PROTECTED]
http://www.interface-systems.de/~j/
>
>
> _______________________________________________
> AVR-GCC-list mailing list
> [email protected]
> http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
>
>



_______________________________________________
AVR-GCC-list mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to