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

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

Re: [avr-gcc-list] file length problem with atmega128


From: Larry Barello
Subject: Re: [avr-gcc-list] file length problem with atmega128
Date: Sun, 9 Feb 2003 19:20:12 -0800

Try looking at the various FAQ and "getting started" documents out on
www.avrfreaks.net in the avr-gcc section.  All you questions (and many
future ones) will be answered.  If you want a short cut, look at the
file "../avr/include/avr/pgmspace.h"

Cheers!

----- Original Message -----
From: "Josh Thompson" <address@hidden>
...
>
> I think this is my problem.  I misread the docs thinking it said the
> atmega128 has 64K of RAM onboard rather than being able to address
that
> much but only having 4096 onboard (am I right on this?).  My data
region
> was in the upper 3000s when my uip file was getting over about 12KB.
>
> I have a fair amount (more that 4096 bytes) of data I need to be
able to
> reference.  However, it is const data.  Is there any way I can get
it in
> the text region of the chip rather than the data region and then use
a
> pointer to reference it (or something like that)?



reply via email to

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