>-----Original Message----- >From: avr-gcc-list-bounces+anitha.boyapati=atmel....@nongnu.org >[mailto:avr-gcc-list-bounces+anitha.boyapati=atmel....@nongnu.org] On >Behalf Of Raymond Moore >Sent: Sunday, March 13, 2011 7:44 PM >To: avr-gcc-list@nongnu.org >Subject: [avr-gcc-list] an idea: adding serial sram to avr to extend >heapstorage > >I am working on several projects that require more sram than most AVRs >have. I don't particularly need more processing power but it would be >nice to have much larger variable storage space. I can work with a >serial sram and use it for external storage already but it would be >nice to have an option to be able to turn that serial sram into heap >storage. > >Due to the complexity of gcc I am assuming this will be a non-trivial >task but it is something I would be willing to work on. My question >is, where in the gcc source would I look to start redirecting heap >storage?
I haven't really understood your requirement, but if you are looking for some heap storage stuff, then avr-libc might be your place. The malloc routines there allocate the memory using heap variables. Coming back to the requirement, instead of using external ram via serial interface, you want that to be integrated with SRAM seamlessly...Have I got it right? Anitha _______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list