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 imply the effects of the progmem attribute?

 -- Lars.

_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to