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

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

Re: [avr-gcc-list] ATMega103 and external RAM access in AVR GCC


From: Larry Barello
Subject: Re: [avr-gcc-list] ATMega103 and external RAM access in AVR GCC
Date: Tue, 17 Jul 2001 11:46:41 -0700

This is how you do it.  Just make the appropriate adjustments for the
mega part.

Also, look at the C startup module (gcrt1.S) found in the library
source for more information on how things work.

----- Original Message -----
From: "Molnar Zoltan" <address@hidden>
To: <address@hidden>
Sent: Friday, May 04, 2001 2:34 AM
Subject: [avr-gcc-list] Link time stack, mcucr, watchdog init. with
avr-gcc


Thanks to Jason Kyle and Ludovic COURTES I succeded to initialize RAM
size, stack pointer, MCUCR and watchdog control register at link time,
so You won't get strange link error messages if You use ext. memory
and large variables.

Also You don't have to init. stack, MCUCR and watchdog from code.

I attach to this mail the makefile and local linker script file that
do all this.

Thanks to everybody who responded to my question.




Attachment: avr85xx.x
Description: Binary data

Attachment: makefile.txt
Description: Text document


reply via email to

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