This section will walk through the terminologies used in FAT file systems, initial configuration of the stack and compatible Microchip development hardware.
Topics
Name |
Description |
Below are the terms which are frequently referred in the File Systems. | |
To run this project, you will need one of the following sets of hardware: | |
This section describes how to set up the various configurations of hardware to run this demo. | |
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. | |
To run this project, you will need to load the corresponding firmware into the devices. The source code for this demo is available in the "\Microchip Solutions\MDD File System-SD Card" directory. In this directory you will find all of the user level source and header files, linker file as well as project file for each of the hardware platforms. Find the project (*.mcp) file that corresponds to the hardware platform you wish to test. Compile and program the demo code into the hardware platform. For more help on how to compile and program projects, please refer to the MPLAB®... more | |
The “MDD File System - SD Card” demo application supports PIC18, PIC24F, PIC24E, dsPIC33E and PIC32 architectures. The demo uses the selected hardware platform for data I/O operations with SD card through SPI channel. This demo shows how to create a file, write into the file, close the file, read from the file, rename the file, delete a file, create a directory, change the current working directory, delete the directory and it's contents, search a file in the directory...etc...etc.. in the SD card memory. The maximum length of any file or directory name is restricted to 255... more | |
|