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

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

[avr-gcc-list] EEPROM array in certain location


From: Leo Hendrawan
Subject: [avr-gcc-list] EEPROM array in certain location
Date: Tue, 7 Dec 2004 10:26:13 +0000 (GMT)

Hello all,

does anyone know how to initialize an array in the EEPROM at a certain
desired location.
as far as i havr tried, using this:
        unsigned int EEPROM_ARRAY[][] __attribute__(((setion(".eeprom")))
will make an array starting at the beginning of the EEPROM (address 0x00)
how if i just want to start the array at, let's sat the address 0x10?

best regards,

--------------------------
 Leo Hendrawan
 13200005
 at 10:23 Dec 7
--------------------------




reply via email to

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