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

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

Re: [avr-gcc-list] FIXED - with Strings and Serial I/O


From: Jeff Barlow
Subject: Re: [avr-gcc-list] FIXED - with Strings and Serial I/O
Date: Thu, 28 Jul 2005 09:46:22 -0700

User Tomdean <address@hidden>  wrote:

>How do I eliminate copying strings from flash to SRAM until I need
>them?  And still keep copying other initialized variables?
>
>Maybe if I create the string in .text with asm?  Then use ldm to fetch
>bytes as needed.

That would be reinventing the wheel. The tools are already there
for this sort of thing.

The AVR is a very different sort of creature that what you are
used to. IMHO, trying to blindly port HC11 code to the AVR is
just a bad idea. You really need to slow down and RTFM.

-- 
Later,
Jeff




reply via email to

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