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

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

Re: [avr-gcc-list] EEPROM questions


From: Russell Shaw
Subject: Re: [avr-gcc-list] EEPROM questions
Date: Fri, 21 Jan 2005 21:51:06 +1100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040820 Debian/1.7.2-4

Trampas wrote:
I notice that when I try to have GCC generate the EEPROM data I get an
linker out of memory error. That is from the map file it appears that the
load address of the EEPROM is being placed in the .text section:

.eeprom         0x00810000       0xd4 load address 0x00001754

This is for an atmega8535 part, I have been trying to figure out how to
change this, can anyone help? Is their a good book or website that can help
with GCC and options?

Are you using these functions? :

  http://www.nongnu.org/avr-libc/user-manual/ | modules | eeprom handling


reply via email to

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