Parthasaradhi Nayani wrote:
Hello all,
I am using a 4MB flash memory with my Mega64. I would like to create a
memory section for the entire 4MB. Is it possible? If yes, how can this
be done in the makefile? Thank you very much for your time.
Regards,
Nayani
You can't directly access such large memory areas from an AVR, therefore
it makes no sense to talk about a memory section for it. You have to
manually implement some sort of access to the memory (for example, you
might have the device connected to the standard external memory bus,
which provides the low address bits, then use paging for the higher bits).
_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list