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 Name | Description |
|---|---|
| pic32mk_mcj_curiosity_pro.X | MPLAB X project for PIC32MK MCJ Curiosity Pro Development Board |
| pic32mk_mcm_curiosity_pro.X | MPLAB X project for PIC32MK MCM Curiosity Pro Development Board |
| pic32mk_mca_curiosity_pro.X | MPLAB X project for PIC32MK MCA Curiosity Pro Development Board |
Setting Up the Hardware
The following table shows the target hardware for the application projects.
| Project Name | Description |
|---|---|
| pic32mk_mcj_curiosity_pro.X | PIC32MK MCJ Curiosity Pro Development Board |
| pic32mk_mcm_curiosity_pro.X | PIC32MK MCM Curiosity Pro Development Board |
| pic32mk_mca_curiosity_pro.X | PIC32MK MCA Curiosity Pro Development Board |
Setting Up PIC32MK MCJ Curiosity Pro Development Board
- Connect micro USB cable to the Debug USB connector (J1) on the board to the computer. This will enumerate as a COM port on the PC.
Setting Up PIC32MK MCM Curiosity Pro Development Board
- Connect a micro USB cable to the USB DEBUG port J500
- Connect a micro USB cable to the USB to UART port J400. This will enumerate as a COM port on the PC.
Setting Up PIC32MK MCA Curiosity Pro Development Board
- Connect micro USB cable to the Debug USB connector (J1) on the board to the computer. This will enumerate as a COM port on the PC.
Running the Application
- Build and program the application using its IDE.
- 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
