Rules | Recent posts | topic RSS | Search | Register  | Log in

fat and fat32 soure code

 
Post new topic  Reply to topic    EDAboard.com Forum Index -> Software Downloads/Uploads
Author Message
xqyz8888



Joined: 25 Oct 2007
Posts: 2


Post25 Oct 2007 8:12   fat and fat32 soure code

File system general information
-------------------------------

This directory contains 3 file system modules:

- file system ISO9660
iso9660.c
iso9660.h

- file system FAT12/16
fat.c
fat.h

- file system FAT32
fat32.c
fat32.h

file.c and file.h contains all high levels functions/macro/definition for your application.

fs_variable.c contains all definitions of variables that can be shared with the all file systems.


config.h must contain the definition of the file system used by your application.
For example:

#define MEM_CHIP_FS FS_FAT_12_16 /* _FAT_12_16 _FAT_32 _ISO _NONE */
#define MEM_CARD_FS FS_FAT_ISO /* _FAT_12_16 _FAT_32 _ISO _NONE */

This lines will set FAT12/16 file system for your on-board memory (dataflash, nandflash, ...)
and ISO9660 for your card (in this case, a Compact-Disc reader).

Location of files must be defined in your project.



Sorry, but you need login in to view this attachment

Back to top
HeavenCreator



Joined: 23 Sep 2007
Posts: 39
Helped: 1


Post01 Nov 2007 5:00   fat and fat32 soure code

Thanks a lot for the code.
But i have a small question.I think some part of source code is missing.I am not able to find some functions like "Hard_iso_read_open".Can you please have a look and provide the same.Thanks in advance.

Added after 1 hours 50 minutes:

Do you have ISO9660 and FAT12/16/32 specs or document in detail?I desparately need it.
Can you please sent it to my ID mineheaven(at)gmail.com account?

Added after 33 minutes:

One more thing.
Do you also have MP3 decoder source code?
If you have , can you send me the same on my above mentioned gmail account?
Thankss in advance
Back to top
HeavenCreator



Joined: 23 Sep 2007
Posts: 39
Helped: 1


Post12 Dec 2007 2:10   fat and fat32 soure code

Hello xqyz8888,
can you please have a look at my problem mentioned above in my previous reply?
Back to top
Post new topic  Reply to topic    EDAboard.com Forum Index -> Software Downloads/Uploads
Page 1 of 1 All times are GMT + 1 Hour


Abuse
Administrator
Moderators
topic RSS 
sitemap