fat32_small

FAT32-small sample for reading fat32 filesystem

Author Matthew Schinkel, copyright © 2009, all rights reserved.
Adapted-by
Compiler >=2.4k

Description

This library reads files & folders from a fat32 formatted
             sd card. This small version only supports the first partition,
             and only one file.


Sources

http://www.microsoft.com/whdc/system/platform/firmware/fatgen.mspx
http://www.pjrc.com/tech/8051/ide/fat32.html
http://en.wikipedia.org/wiki/File_Allocation_Table


Notes

1. First format your device with fat32 before using this library.
2. Do not put other files onto the storage device. This library will
   overwrite and erase existing files on the storage device because
   only one file is supported, and no fragments are supported.


Dependencies


Summary

Global variables/contants

Procedures

Functions


API details

Global variables/contants

Procedures

Functions


Related samples

Here are the list of samples which use this library:

16f87716f877_fat32_small_sd_card.jal
16f87716f877_fat32_small_pata_hard_disk.jal
16f877a16f877a_fat32_small_pata_hard_disk.jal
16f877a16f877a_fat32_small_sd_card.jal
18f45218f452_fat32_small_sd_card.jal
18f45218f452_fat32_small_pata_hard_disk.jal
18f452518f4525_fat32_small_sd_card.jal
18f452518f4525_fat32_small_pata_hard_disk.jal
18f455018f4550_fat32_small_sd_card.jal
18f462018f4620_fat32_small_pata_hard_disk.jal
18f462018f4620_fat32_small_sd_card.jal
18f67j5018f67j50_fat32_small_pata_hard_disk.jal
18f67j5018f67j50_fat32_small_sd_card.jal