"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
