Re: [avr-gcc-list] progmem and section attributes

2010-06-17 Thread Lars Noschinski
* Stu Bell [10-06-10 09:23]: > Lars Noschinski wrote: > > > > I've got an array which I want to be stored at a specific > > place in the flash memory. Currently, this variable is marked > > with the progmem attribute, but this is not compatible with > > using the section attribute. > > Does us

RE: [avr-gcc-list] progmem and section attributes

2010-06-10 Thread Stu Bell
Lars Noschinski wrote: > > I've got an array which I want to be stored at a specific > place in the flash memory. Currently, this variable is marked > with the progmem attribute, but this is not compatible with > using the section attribute. > Does using the section attribute to place the var

[avr-gcc-list] progmem and section attributes

2010-06-10 Thread Lars Noschinski
Hi! I've got an array which I want to be stored at a specific place in the flash memory. Currently, this variable is marked with the progmem attribute, but this is not compatible with using the section attribute. Does using the section attribute to place the variable outside of the .data section i