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.
Task | C / C++ | .NET Languages | Visual Basic 6 |
---|---|---|---|
Read EEPROM Bytes | eth32_get_eeprom | GetEeprom Method | GetEeprom Method |
Write EEPROM Bytes | eth32_set_eeprom | SetEeprom Method | SetEeprom Method |