EEPROM EEPROM ( E lectrically E rasable P rogrammable R ead- O nly M emory ) is a type of non-volatile memory which can be programmed, erased, and re-programmed electrically while it is on the circuit board. A majority of AVR microcontrollers come with some built-in EEPROM which is a great place to store data that should not be lost when the system is powered down . This tutorial explains the MikroC EEPROM library with example MikroC EEPROM Library EEPROM data memory is available with a number of AVR family. The mikroC PRO for AVR includes a library for comfortable work with MCU's internal EEPROM. Important : EEPROM Library functions implementation is MCU dependent, consult the appropriate MCU datasheet for details about available EEPROM size and address range. Library Routines EEPROM_Read EEPROM_Write EEPROM_Read Prototype unsigned short EEPROM_Read( unsigned int address); Returns Byte from the specified address. Description R...
This blog is dedicated for Internet Of Things, Embedded Projects and Tutorials. ARM, AVR, PIC, 8051, Arduino, ESP8266, ESP32, Raspberry PI Projects and Tutorials are discussed here.