* 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
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
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