[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] read write eeprom WINAVR20050214
From: |
Royce & Sharal Pereira |
Subject: |
Re: [avr-gcc-list] read write eeprom WINAVR20050214 |
Date: |
Fri, 18 Feb 2005 09:56:30 +0530 |
User-agent: |
Opera M2(BETA1)/8.00 (Win32, build 7401) |
Hi,
----------------------------------------
On Fri, 18 Feb 2005 10:57:53 +0700, andi
<address@hidden> wrote:
Hi,
I only got command read and write 1 byte eeprom for 255 byte eeprom size
in eeprom.h.
extern uint8_t eeprom_read_byte (const uint8_t *addr);
extern void eeprom_write_byte (uint8_t *addr, uint8_t val);
it's only for eeprom in address lower than 256 byte
------------------------------------------
Actually that's right...I looked in avrlibc docs & I could not find a
macro for writing a byte to a 16 bit eeprom address.
Though you can write a byte to an 8 bit addr, and a word to a 16 bit addr.
Or does this feature exist somewhere?
Thanks,
--Royce.
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
- [avr-gcc-list] read write eeprom WINAVR20050214, andi, 2005/02/17
- Re: [avr-gcc-list] read write eeprom WINAVR20050214,
Royce & Sharal Pereira <=
- Re: [avr-gcc-list] read write eeprom WINAVR20050214, Julius Luukko, 2005/02/18
- Re: [avr-gcc-list] read write eeprom WINAVR20050214, Royce & Sharal Pereira, 2005/02/18
- RE: [avr-gcc-list] read write eeprom WINAVR20050214, Eivind Sivertsen, 2005/02/18
- Re: [avr-gcc-list] read write eeprom WINAVR20050214, E. Weddington, 2005/02/18
- Re: [avr-gcc-list] read write eeprom WINAVR20050214, andi, 2005/02/18
- Re: [avr-gcc-list] read write eeprom WINAVR20050214, Royce & Sharal Pereira, 2005/02/18
- Re: [avr-gcc-list] read write eeprom WINAVR20050214, Joerg Wunsch, 2005/02/19