1.23 MPFS File System Using NVM Media
This application shows an example of implementing the MPFS disk in device internal Flash memory.
Description
File System Operations on NVM
- The application contains the
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 |
|---|---|
| sam_e54_xpro.X | MPLAB X project for SAM E54 Xplained Pro Evaluation Kit |
Setting Up the Hardware
The following table shows the target hardware for the application projects.
| Project Name | Description |
|---|---|
| sam_e54_xpro.X | SAM E54 Xplained Pro Evaluation Kit |
Setting Up SAM E54 Xplained Pro Evaluation Kit
- Connect the Debug USB port on the board to the computer using a micro USB cable
Running the Application
- Build and program the application using its IDE.
- The LED is turned ON when the
following criteria is 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 |
|---|---|
| SAM E54 Xplained Pro Evaluation Kit | LED0 |
