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
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
>>
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
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
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
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
>>
>>