Serial EEPROM

A 32KB Serial EEPROM is provided for the purpose of storing trend or other log data in the application under test by the developer. Access to the Serial EEPROM is accessible from the SED-M0x module using the I2C interface.

A Sedona component interface to the EEPROM is included in the kit “dbDemo” that is part of the shipped demo app. In Workbench, find the “Eeprom” named component in the dbDemo kit in the Sedona palette.

NoteThis component is only an example of how to interact with the EEPROM API. You may wish to write your own EEPROM component that is better suited to the purposes of your own app.

An example exercise of this component is included in the section Ideas for JenDbDemo2 app exploration.