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

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

Re: [avr-gcc-list] section flags .data


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] section flags .data
Date: Sun, 24 Jul 2005 00:22:31 +0200 (MET DST)

Torsten Mohr <address@hidden> wrote:

> It does not make sense to me to "download" the .data section into
> flash memory.

It makes a lot of sense to me though.

After all, .data contains the *initialized* variables.  Somehow, the
initialization data need to be passed down.  If not by ROM, how else?

(Uninitialized data, i.e. those cleared out to 0, go into section
..bss.)

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

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