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

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

Re: [avr-gcc-list] pre-loading the internal EEPROM


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] pre-loading the internal EEPROM
Date: Sun, 15 Jun 2003 08:49:03 +0200 (MET DST)

In article <address@hidden> you write:

>gcc to load into the main flash. My question is, how do I 
>create the .hex file for the EEPROM contents only?

avr-objcopy -j .eeprom --change-section-address=0 infile outfile

Most Win* programs seem to prefer the suffix .eep for an iHex file
that contains the EEPROM data.
-- 
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]