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

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

Re: [avr-gcc-list] fixed address for PROGMEM


From: E . Weddington
Subject: Re: [avr-gcc-list] fixed address for PROGMEM
Date: Thu, 6 Nov 2003 16:47:40 GMT

> Dear avr-gcc-list,
>       Has anyone figured out a way to fix the address 
for PROGMEM?

Currently, there is no way to relocate *individual* data 
items that reside in PROGMEM.

You *might* be able to relocate the entire section, though. 
The section name is .progmem.data. Warning: completely 
untried and untested.


> Specifically, I would like to fix all the location for 
PROMEM to the end
> of program flash (0x1C000 for atmega128). 

Why do you want to do that?


Eric




reply via email to

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