avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Re: an idea: adding serial sram to avr to extendheap


From: Graham Davies
Subject: Re: [avr-gcc-list] Re: an idea: adding serial sram to avr to extendheap storage
Date: Mon, 14 Mar 2011 12:30:33 -0400

Omar Choudary wrote:

It should be trivial to use the heap in external RAM.
...  avr-libc seems to support it fully.

It may be "trivial" to allocate free-store (a.k.a. heap) memory in a serial SRAM by fiddling with malloc, but I'm pretty sure the OP wants the compiler to deal with accessing that memory, after allocation, as well. That is far from trivial, hence this discussion thread.

Graham.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]