1.2 EEPROM Emulator Library Read/Write

This application example demonstrates how to read and write to the Emulated EEPROM memory space using the EEPROM Emulator library.

Description

This example uses EEPROM Emulator library to read and write to the NVM Emulated EEPROM memory space. The application first checks if the library was initialized successfully or not. When running the application for the first time, the EEPROM Emulator memory space will be formatted by the application. The application then writes data to EEPROM memory space using the APIs provided by the EEPROM Emulator library and then reads the data back and compares it with the written data.

Downloading and Building the Application

To clone or download this application from GitHub, go to the main page of this repository and then click Clone button to clone this repository or download as zip file.

Path of the application within the repository is apps/library/eeprom_emulator/eeprom_emulator_read_write.

To build the application, refer to the following table and open the project using its IDE.

Project NameDescription
pic32mm_usb_curiosity.XMPLAB X project for PIC32MM USB Curiosity Development Board

Setting Up the Hardware

The following table shows the target hardware for the application projects.

Project NameDescription
pic32mm_usb_curiosity.XPIC32MM USB Curiosity Development Board

Setting Up PIC32MM USB Curiosity Development Board

  • No additional hardware is required to run this demo
  • Connect the Debug USB port on the board to the computer using a micro USB cable

Running the Application

  1. Build and program the application using its IDE.
  2. LED indicates success or failure:
    • The LED is turned ON when the value read from the Emulated EEPROM memory region matches with the written value
Refer to the following table for LED name: