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

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

Re: [avr-gcc-list] including default eeprom values in flash memory


From: Parthasaradhi Nayani
Subject: Re: [avr-gcc-list] including default eeprom values in flash memory
Date: Wed, 21 Oct 2009 07:40:50 -0700 (PDT)


>From: Michael Clift <address@hidden>
>
>    Hi, I am using winavr, and would like to include the default eeprom values (normally output >to .eep) in flash memory. I want to do this so that my application can easily default the >eeprom.

Hello,
EEPROM data in FLASH memory? then the easy way is to use the PGM space attribute to the variables you want in flash.

Nayani



reply via email to

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