The MDDFS Library comes with many files, documents, and project examples. Before getting started, take a moment to familiarize yourself with the directory structure so that you may find what you need quickly.
Directory Structure
By default, the MDDFS Library installs into C:\Microchip Solutions along with any other Microchip software stacks you may be using. Insize that folder, several subfolders are created, as documented in the table below.
C:\Microchip\Solutions |
Root folder for all library files |
- Microchip |
Internal stack files. These files rarely need modification. |
-- Include |
|
--- MDD File System |
Header (*.h) files for the MDDFS Library |
--- PIC18 salloc |
Header (*.h) files for dynamic memory allocation for PIC18 |
-- MDD File System |
Source (*.c) files for the MDDFS Library |
--- Documentation |
Readme files, schematics, and AN1045. |
-- PIC18 salloc |
Source (*.c) files for dynamic memory allocation for PIC18 |
-- Help |
The location of this help file. |
- MDD File System-SD Card |
Main file I/O demo application. |
-- PIC18F |
Configuration files for the PIC18F project in the demo. |
-- PIC24F |
Configuration files for the PIC24F project in the demo. |
-- PIC32 |
Configuration files for the PIC32 project in the demo. |
- MDD File System- SD Data Logger |
Demo application that functions as a shell program using the UART module and an SD card. |