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

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

Re: [avr-gcc-list] using external ram with gcc on stk200


From: Christian Mönch
Subject: Re: [avr-gcc-list] using external ram with gcc on stk200
Date: Wed, 18 Jul 2001 08:14:35 +0200

Hi

> How can I use the external SRAM with gcc.
>
> I found an old FAQ, there I have to change the ldscript, but this change
> nothing on my output
> files.
>
> ->
> data (rw!x) : ORIGIN = 0x60, LENGTH 512  changed to 4K for example but
> no result!

Maybe you have to tell the compiler, where to put the stack. The compiler 
option `-minit-stack=0x7fff' worked for me (with 32k).

Greetings,
Christian



reply via email to

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