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

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

[avr-gcc-list] Eeprom section


From: Brian Cuthie
Subject: [avr-gcc-list] Eeprom section
Date: Tue, 24 Feb 2004 09:02:58 -0500

Anyone know how I get something into the .eeprom section from C?  I'm
guessing is some kind of __attribute__.

While I realize that the EEPROM has to be read and written using special
instructions, ideally I'd like the compiler to at least allocate the storage
so that I don't have to manually keep track of what lives where. Also I'm
assuming that I can use objcopy to extract the .eeprom section and
pre-populate the EEPROM during the programming process.

Any thoughts?

Thanks

-brian
_______________________________________________
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]