View previous topic :: View next topic |
Author |
Message |
Andreas
Joined: 25 Oct 2004 Posts: 136
|
Where can I find the new sample for FAT Reading/writing ??? |
Posted: Fri Jan 12, 2007 10:48 am |
|
|
Hi All,
Can pls somebody tell me where I can find the new sample for Reading writing FATs to SD/MMC Cards ?
In the Version4 features there is a line which tells that this sample is aready avaible.
best regards
Andreas |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Sun Jan 14, 2007 4:24 pm |
|
|
Sometimes CCS has routines under development and they may have
preliminary code available, but you have to email them to ask for it.
If they have it, they will usually send it to you. Give them your CCS
user number in the email, so they know you own the compiler. |
|
|
Andreas
Joined: 25 Oct 2004 Posts: 136
|
|
Posted: Mon Jan 15, 2007 1:06 am |
|
|
HI PCM Programmer,
I did this already last week but no reply from support !
Andreas |
|
|
Imanjl
Joined: 15 Nov 2004 Posts: 42
|
|
Posted: Mon Jan 15, 2007 11:26 am |
|
|
If u can wait a few days I can help u . Im trying to write and driver for MMC_FAT and the features are :
INIT_fat()........................read boot sector
Prepare_FiLE_LIST()........send to rs232 for example :
filename Extention filesize (Start address)
mytext TXT 192KB 4096
Delete_file()
Create_file()
Search_file()
read_file()
Write_file()
I try to develop the code and debuge it and adding SD card support is also one of my future goals . |
|
|
asmallri
Joined: 12 Aug 2004 Posts: 1634 Location: Perth, Australia
|
|
Posted: Mon Jan 15, 2007 11:36 am |
|
|
Andreas wrote: | HI PCM Programmer,
I did this already last week but no reply from support !
Andreas |
If you can wait and what access to FAT code for MMC and SD cards now then check out my web site. I sell the source code for a CCS implementation. _________________ Regards, Andrew
http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!! |
|
|
|