1.13 MPFS File System Using NVM Media
This application shows an example of implementing an MPFS disk in device internal Flash memory.
Description
File System Operations on NVM
- The application contains an
MPFS disk image in the internal Flash memory. The disk image contains two
files named:
FILE.txt, Size = 11 bytes. The content of the file is:Hello WorldTEST.txt, Size = 10 bytes. The content of the file is:1234567890
- The application performs following file system related operations:
- SYS_FS_FileRead
- SYS_FS_FileStat
- SYS_FS_FileSize
- SYS_FS_FileSeek
- SYS_FS_FileEOF
- The contents of both the files are read and compared with the expected strings as mentioned above. If the string compare is successful, an LED indication is provided.
File System Layer Uses
- Memory driver to communicate with underlying NVM media
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. This content can also be downloaded using content manager by following these instructions.
Path of the application within the repository is apps/fs/nvm_mpfs/firmware.
To build the application, refer to the following table and open the project using its IDE.
| Project Name | Description |
|---|---|
| pic32mz_ef_sk.X | MPLAB X project for PIC32MZ Embedded Connectivity with FPU (EF) Starter Kit |
Setting Up the Hardware
The following table shows the target hardware for the application projects.
| Project Name | Description |
|---|---|
| pic32mz_ef_sk.X | PIC32MZ Embedded Connectivity with FPU (EF) Starter Kit |
Setting Up PIC32MZ Embedded Connectivity With FPU (EF) Starter Kit
- Connect the Debug USB port on the board to the computer using a mini USB cable
Running the Application
- Build and program the application using its IDE.
- The LED is turned ON when the
following criteria are satisfied:
- File
FILE.txthas the stringHello Worldin it - File
TEST.txthas the string1234567890in it
- File
Refer to the following table for LED name:
| Board | LED Name |
|---|---|
| PIC32MZ Embedded Connectivity with FPU (EF) Starter Kit | LED3 |
