We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: MikroElektronika Team
Last Updated: 2013-05-10
Category: Storage
Downloaded: 8599 times
Followed by: 17 users
FAT32 Library. File features: -open, read, write, rename, delete, existence check, multiple file operation -file cursor manipulation -swap file creation, sector-level and file-level access Directory features: -create, rename, delete (with contents), change current directory -folder content listing -card format (MMC/SD only)
Do you want to subscribe in order to receive notifications regarding "FAT32 Library" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "FAT32 Library" changes.
Do you want to report abuse regarding "FAT32 Library".
FAT32 Library
File features:
- open, read, write, rename, delete, existence check, multiple file operation
- file cursor manipulation
- swap file creation, sector-level and file-level access
Directory features:
- create, rename, delete (with contents), change current directory
- folder content listing
- card format (MMC/SD only)
New version v2.0.0.0
- Rapid improvement in speed and code size.
- Numerous bug fixes.
- Time/Date handling improved.
Routines FAT32_SetCTime, FAT32_SetMTime, FAT32_IncCTime, FAT32_IncMTime removed
and replaced with FAT32_SetTime, FAT32_IncTime.
- Directory browsing feature added.
Added routine FAT32_ReadDir.
- Help file revised and improved.
Pascal and Basic will follow.
New version v2.1.0.0
Improved:
- Speed (using FSI info for free cluster prediction).
- Directory browsing.
Routines FAT32_ReadDir removed
and replaced with FAT32_FindFirst, FAT32_FindNext.
- Make swap file routine changed.
Exits with error if file with specified name already exists.
- Format routine made hw independent.
This now makes whole library hw independent as well.
- Help file revised and improved.
New:
- Attribute handling: FAT32_GetAttr, FAT32_SetAttr.
Free space handling: FAT32_ScanDisk, FAT32_GetFreeSpace.
File handling: FAT32_GetFileHandle.
- Pascal and Basic packages.
Fixed:
- File read/write errors when cluster end is reached (now always present).
New version v2.5.0.0
New:
- STM32 devices support.
- Swap file handling: FAT32_ReadSwap, FAT32_WriteSwap, FAT32_SeekSwap.
Fixed:
- Help file issues (2013-04-25)
For those that need only help file update check this post for more instructions FAT32_Library_Help_Update