[avr-gcc-list] an idea: adding serial sram to avr to extend heap storage

2011-03-13 Thread Raymond Moore
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 optio

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

2011-03-13 Thread Raymond Moore
On Sun, Mar 13, 2011 at 10:12 AM, Boyapati, Anitha wrote: > > >>-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 >>

Re: [avr-gcc-list] Re: an idea: adding serial sram to avr to extend heap storage

2011-03-13 Thread Raymond Moore
On Sun, Mar 13, 2011 at 3:59 PM, David Brown wrote: > On 13/03/11 19:01, John Myers wrote: >> >> Hi Ray, >> >> It sounds like what you want is to create another address space. >> There is the TR 18037 draft called "Programming Languages - C - >> Extensions to support embedded processors".  GCC has

Re: [avr-gcc-list] Re: an idea: adding serial sram to avr to extend heap storage

2011-03-13 Thread Raymond Moore
Matt, We have worked with that option for many projects already. Again, to get the program space needed for some of the projects we need to go with a surface mount chip such as the atmega128. Currently our chip of choice is the atmega1284p which gives us plenty of both flash and sram in a 40pin

Re: [avr-gcc-list] ATMEGA1284P -- Flash for Data Storage

2015-10-24 Thread Raymond Moore
try avr-libc http://www.nongnu.org/avr-libc/user-manual/group__avr__pgmspace.html the pgmspace section is made for that. Ray Moore On Sat, Oct 24, 2015 at 6:35 AM, Sagar Pinjarkar < development.sa...@gmail.com> wrote: > Hi all, > >I am using ATMEGA1284P with 128K of flash. I want to use

Re: [avr-gcc-list] ATMEGA1284P -- Flash for Data Storage

2015-10-24 Thread Raymond Moore
me sequencing of the functions to be used. > Where can I get that ?? > > -- > Thanks & Regards, > Sagar Pinjarkar > Embedded Project Lead. > MEIS Pvt. Ltd > > > > On Sat, Oct 24, 2015 at 5:35 PM, Raymond Moore wrote: > >> try avr-libc >> >>