[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] progmem and section attributes
From: |
Lars Noschinski |
Subject: |
[avr-gcc-list] progmem and section attributes |
Date: |
Thu, 10 Jun 2010 12:25:31 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
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] progmem and section attributes,
Lars Noschinski <=