Why is the array in flash? The way you have defined it, it is in SRAM. The data is in flash and is copied into SRAM during boot-up. You access the data through its "image" in SRAM. It is NOT intended for you to access it any other way. Why should you need to when SRAM has everything? Jim On Dec 30, 2011, at 1:50 PM, m_gh77 wrote: > > > ok jim but i dont need the first member of array i need address of > array in flash after compiling the program > thanks > > [Non-text portions of this message have been removed]
Message
Re: [AVR-Chat] Re: the address of flash memory
2011-12-30 by Jim Wagner