AVR (AT90S2313) EEPROM

From: Tony Smith (z28.man_at_sympatico.ca)
Date: 01/25/04


Date: Sat, 24 Jan 2004 18:10:21 -0500

I have been doing a lot of searching and reading, but haven't found what I
need. I would like to store values at a specific EEPROM address and to have
an initial value. I know how to declare a varible that will compile to be
programmed in the EEPROM starting at address 0.... But I want to specify
the address where it will be programmed.

Any docs or examples handy?

Thanks



Relevant Pages

  • Re: store 16bit values in 8bit eeprom
    ... void ReadFromEEPROM ... Perhaps temporarily replace read/write_eepromwith a couple of test functions that store a byte into an array, ... Then this will separate the problems of eeprom access, from any errors in your code. ...
    (comp.lang.c)
  • EEprom addressing
    ... I am unable to write a code for data read/write from EEprom. ... signed char eeprom_read ... // byte operation, clear interrupt flag ... // store bits 0-7 of address ...
    (sci.electronics.design)
  • Re: How to design non blocking device drivers?
    ... store the write's data and report success, ... You can also send your write requests through a queue ... He said he wanted the data written _to the EEPROM_ without blocking. ...
    (comp.arch.embedded)
  • Re: AVR (AT90S2313) EEPROM
    ... I would like to store values at a specific EEPROM address and to have ... I know how to declare a varible that will compile to be ... the STK500 plugin for AVR Studio can burn a specified hex file ...
    (comp.arch.embedded)
  • Re: What is preferable for storing parameters FLASH or on-chip EEPROM ?
    ... bytes.If using EEPROM any byte writing will result in factor *10msec. ... Reading the Flash bytes is very quickly, I think it is the same ...
    (comp.arch.embedded)