The MDDFS Library comes with many files, documents, and project examples. Before getting started, take a moment to familiarize yourself with the firmware 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. Inside that folder, several subdirectories are created, as documented in the table below.
C:\Microchip Solutions |
Root folder for all library files |
\MDD File System-SD Card |
Main demo application for file system interfacing with SD card. |
\MDD File System-SD Card\PIC18F |
Configuration, linker & demo file for the PIC18F project. |
\MDD File System-SD Card\PIC24F |
Configuration & demo files for the PIC24F project. |
\MDD File System-SD Card\dsPIC33E_PIC24E |
Configuration & demo files for the dsPIC33E and PIC24E project. |
\MDD File System-SD Card\PIC32 |
Configuration & demo files for the PIC32 project. |
\Microchip |
Internal stack files. These files rarely need modification. |
\Microchip\MDD File System |
Source (*.c) files of the MDD File System Library |
\Microchip\PIC18 salloc |
Source (*.c) files for dynamic memory allocation for PIC18 |
\Microchip\MDD File System\Documentation |
Readme files, schematics, and AN1045 application note. |
\Microchip\Help |
The location of this help file. |
\Microchip\Include |
Internal stack header files. These files rarely need modification |
\Microchip\Include\MDD File System |
Header (*.h) files for the MDDFS Library |
\Microchip\Include\PIC18 salloc |
Header (*.h) files for dynamic memory allocation for PIC18 |