[Top][All Lists]
[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
- [avr-gcc-list] PROGMEM with boot loader, Yannick PODGORSKI, 2004/11/19
- Message not available
- Re: [avr-gcc-list] PROGMEM with boot loader, Yannick PODGORSKI, 2004/11/19
- Re: [avr-gcc-list] PROGMEM with boot loader, Wolfgang Quack, 2004/11/19
- Re: [avr-gcc-list] PROGMEM with boot loader, Yannick PODGORSKI, 2004/11/22
- Re: [avr-gcc-list] PROGMEM with boot loader, Wolfgang Quack, 2004/11/22
- Re: [avr-gcc-list] PROGMEM with boot loader, E. Weddington, 2004/11/22
- [avr-gcc-list] Memory section different of .text section,
Yannick PODGORSKI <=
- Re: [avr-gcc-list] Memory section different of .text section, Yannick PODGORSKI, 2004/11/23
- Re: [avr-gcc-list] Memory section different of .text section, Ned Konz, 2004/11/23
- Re: [avr-gcc-list] Memory section different of .text section, Yannick PODGORSKI, 2004/11/24