Full Version : Accessing EEPROMS from GCC
avr >>C PROGRAMMING (AVR) >>Accessing EEPROMS from GCC


AVR_Admin- 05-09-2006
On Using EEPROMs under GCC:


EEPROM stands for Electronically Erasable Read-Only Memory. A non-volatile memory that will retain information when power is off. It is typically used for data that changes rarely like device parameters, etc. The AVR's internal EEPROM is accessed via special registers, which control the address and the data to be read or written and control flags.

Standard C does not have a model of how to access such memories, so every compiler is unique. This Tutorial explains how it can be done using AVR GCC.


Link to Tutorial: http://www.avrfreaks.net/index.php?name=PN...ewtopic&t=38417


Forumer™ is Voted #1 Free Forum Hosting provider
Build your own community today with the largest message board hosting company.