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

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

[avr-gcc-list] Memory section different of .text section


From: Yannick PODGORSKI
Subject: [avr-gcc-list] Memory section different of .text section
Date: Tue, 23 Nov 2004 14:09:24 +0100

Hi,
I work with an ATMega 128, a stk500 and a hyperterminal.
I use a boot loader section at the @ 0x1E000 :
DFLAGS = -Wl,-Ttext=0x1E000 to put all code at this @.

I want to know if it's possible to create a memory section different of .text section
because I need more memory than 8Kbytes.
For example, I want to flash 4Kbytes at @ 0x1d000 and never rewrite on it with the boot loader. It is specifically for crc funtions, usart functions that never changes.

I try to use --section=.function=0x1D000 but the main it put at this @.

I saw many topics on forums but none speak about that. I look in the manual and librairies but nothing on this.
Thanks for help.

Yannick


reply via email to

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