EEPROM Memory

The ETH32 provides 256 bytes of EEPROM memory on the microcontroller which you can use for any data that you wish to store. The contents of the memory are preserved through power losses and reset, so it is perfect for storing device identification, calibration data, or other non-volatile data. EEPROM storage functionality is included with firmware v3.000 and greater.

Writing to EEPROM memory is a relatively slow process, which will temporarily disrupt event monitoring on the device. See the user manual for specific timing information.

Applicable Functions and Information

TaskC / C++.NET LanguagesVisual Basic 6
Read EEPROM Byteseth32_get_eepromGetEeprom MethodGetEeprom Method
Write EEPROM Byteseth32_set_eepromSetEeprom MethodSetEeprom Method