[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Structs in program memory.
From: |
Douglas Dotson |
Subject: |
Re: [avr-gcc-list] Structs in program memory. |
Date: |
Mon, 26 Apr 2004 13:25:42 -0700 (PDT) |
Might work. I have a table-drive user interface
that requires lots of initialize structs. The only
thing I worry about is that the size of the tables
may eventually exceed the available EEPROM space.
I'd rather just put them in program memory and
that way I don't have to worry about hitting the
wall someday. They are never modified on the fly
so program memory seems more appropriate.
Doug
--- "E. Weddington" <address@hidden> wrote:
> On 26 Apr 2004 at 12:57, Douglas Dotson wrote:
>
> > Ia there a seamless way to maintain initialized
> > structs
> > in program memory?
> >
> Are you sure you want to put them in program memory?
> The internal eeprom is
> more suited for this purpose and has less seams than
> program memory.
- [avr-gcc-list] Structs in program memory., Douglas Dotson, 2004/04/26
- Re: [avr-gcc-list] Structs in program memory., E. Weddington, 2004/04/26
- Re: [avr-gcc-list] Structs in program memory.,
Douglas Dotson <=
- Re: [avr-gcc-list] Structs in program memory., Christian Ludlam, 2004/04/26
- Re: [avr-gcc-list] Structs in program memory., Douglas Dotson, 2004/04/26
- Re: [avr-gcc-list] Structs in program memory., E. Weddington, 2004/04/26
- Re: [avr-gcc-list] Structs in program memory., Douglas Dotson, 2004/04/26
- Re: [avr-gcc-list] Structs in program memory., Christian Ludlam, 2004/04/26
- Re: [avr-gcc-list] Structs in program memory., Douglas Dotson, 2004/04/26
- Re: [avr-gcc-list] Structs in program memory., Joerg Wunsch, 2004/04/27
- Re: [avr-gcc-list] Structs in program memory., E. Weddington, 2004/04/27
- Re: [avr-gcc-list] Structs in program memory., Svein E. Seldal, 2004/04/27
- Re: [avr-gcc-list] Structs in program memory., E. Weddington, 2004/04/27