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

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

RE: [avr-gcc-list] read write eeprom WINAVR20050214


From: Eivind Sivertsen
Subject: RE: [avr-gcc-list] read write eeprom WINAVR20050214
Date: Fri, 18 Feb 2005 10:00:27 +0100

> > The address is an address to an 8 bit variable (which is 16 bits on  
> > AVR), not
> > a 8 bit address. Basic C pointer stuff.
> >
> ----------------------------------------------
> Oh yes, you are right. silly me!
> 
> --Royce.


- But the value to write is a  uint16_t ...? Look: 
void    eeprom_write_word (uint16_t *addr, uint16_t val)


Eivind





reply via email to

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