Arduino Forum
>
Products
>
Arduino Due
(Moderator:
fabioc84
)
>
__FLASH__ attribute or other PROGMEM alternative
Print
Go Down
Pages:
[1]
Topic: __FLASH__ attribute or other PROGMEM alternative
(Read 3975 times)
previous topic
-
next topic
sousoux
Guest
__FLASH__ attribute or other PROGMEM alternative
Oct 23, 2012, 05:57 pm
The __FLASH__ attribute in the Maple card doesn't seem to be implemented. PROGMEM obviously isn't. Is there an alternative?
Thanks
graynomad
Tesla Member
Posts: 9,278
Karma: 569
[add]
Scattered showers my arse -- Noah, 2348BC.
http://www.robgray.com
Re: __FLASH__ attribute or other PROGMEM alternative
#1
Oct 24, 2012, 03:27 am
What do you need it for?
I would assume that any "const" was placed in flash on this architecture, certainly that's what I see on my LPCs.
______
Rob
Rob Gray aka the GRAYnomad www.robgray.com
krazatchu
Newbie
Posts: 46
Karma: 0
[add]
Krazatchu Design Systems
http://krazatchu.ca/
Re: __FLASH__ attribute or other PROGMEM alternative
#2
Oct 24, 2012, 05:32 am
Rob is correct, that is the case with ARM....
Michael
----------------------
http://www.krazatchu.ca
sousoux
Guest
Re: __FLASH__ attribute or other PROGMEM alternative
#3
Oct 24, 2012, 11:19 am
Great. Thanks.
Print
Go Up
Pages:
[1]
Loading...