avr-chat
[Top][All Lists]
Advanced

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

Re: [avr-chat] Startup code.


From: Robert von Knobloch
Subject: Re: [avr-chat] Startup code.
Date: Thu, 23 Sep 2010 09:21:53 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4

On 22/09/10 22:29, address@hidden wrote:
> Robert von Knobloch <address@hidden> wrote:
> 
>> I need to change the stack pointer initilisation
> 
> -Wl,--defsym=__stack=0x815
> 

Thanks Joerg, but not what I want.
I need to entirely remove the standard stack initialisation,
so I can use the same binary on different (compatible) avrs.
E.g. when we can't buy tiny13s, I can use tiny 25s.
Hardware reset puts the stack pointer at top of ram, which is good for
any processor.
(There are some other differences e.g. fuses to be overcome here during
programming, but I have a solution for these. The stack was a problem.
Now I have at least 2 solutions.
Thanks,
Robert



reply via email to

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