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: M. Fahmy F.
Subject: Re: [avr-gcc-list] pre-loading the internal EEPROM
Date: Mon, 16 Jun 2003 08:48:51 +0700

Youm wrote:
> I
> don't mind using a hex editor to plug in the values
> one-by-one, but I just don't know where to start...

Then use your favourite HEX editor! Save your EEPROM image as hex ( if it
can only save to bin, use intermediate program that convert bin to hex ).
Then you can download it to your AVR using your favourite programmer :)

Have fun!
~fhy

----- Original Message -----
From: "Max Klein" <address@hidden>
To: <address@hidden>
Sent: Sunday, June 15, 2003 6:27 AM
Subject: [avr-gcc-list] pre-loading the internal EEPROM


> Hello all,
>
> Background:
> I have been digging through the archives and google for
> the past few days, but still haven't found what I'm
> looking for. I have a project where I am using the EEPROM
> to store various configuration variables. The project
> involves many AVR controlled devices that all have the
> same software running on them, but each needs to have
> different EEPROM contents. I want to store the data in the
> EEPROM by address, so no fancy indexing or mappings are
> necessary.
>
> The Problem:
> All I want to do is create a .hex file (or whatever else
> works) with the EEPROM contents (byte-by-byte) so that I
> can mass-program my devices, and then go back and program
> the EEPROM on each device individually with an ISP. I
> don't mind using a hex editor to plug in the values
> one-by-one, but I just don't know where to start. I do
> *not* want the EEPROM contents to be listed in the C code,
> since the program is identical for all devices.
>
> Any ideas? Any suggestions would be greatly appreciated :)
>
> _______________________________________________
> avr-gcc-list mailing list
> address@hidden
> http://www.avr1.org/mailman/listinfo/avr-gcc-list



reply via email to

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