avr-gcc-list
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
[avr-gcc-list] Data in ROM
From
:
Abdul Malik Khan
Subject
:
[avr-gcc-list] Data in ROM
Date
:
Sun, 23 Apr 2006 20:07:18 +0500
Hi All,
I want to define a constant array that should not be copied into the RAM during initialization. How should I define such an array?
I have tried
const unsigned char mask[] = {1, 2, 4, 8, 16, 32, 64, 128};
but compiler places it in RAM istead of ROM.
Thanks
--
Abdul Malik Khan
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
[avr-gcc-list] Data in ROM
,
Abdul Malik Khan
<=
Re: [avr-gcc-list] Data in ROM
,
Royce Pereira
,
2006/04/23
Prev by Date:
Re: [avr-gcc-list] avr-libc-1.4.4 released
Next by Date:
Re: [avr-gcc-list] Data in ROM
Previous by thread:
[avr-gcc-list] Re: AVR-GCC-list Digest, Vol 15, Issue 18- Device fuses
Next by thread:
Re: [avr-gcc-list] Data in ROM
Index(es):
Date
Thread