View previous topic :: View next topic |
Author |
Message |
Joven Guest
|
need help with sd/mmc with FAT |
Posted: Mon Oct 02, 2006 10:39 am |
|
|
Hi
I have a project need create a log file.
The pic wite the data in the sd/mmc card. Later open the log on windows XP with a card reader. The pic i use is 18f4550.
I have tried the code, i have found in the forum but i can't put work.
if someone can show a simple exemple for put sd/mmc work for orientation.
Thanks |
|
|
Bart
Joined: 12 Jul 2005 Posts: 49
|
FAT |
Posted: Tue Oct 03, 2006 1:52 pm |
|
|
Hello Joven,
There isn't a working FAT32 with an example available for the moment.
A lot of people is looking for such a solution/example.
If you are a good programmer, this link will be a good start .
http://www.ccsinfo.com/forum/viewtopic.php?t=23969
Best greetings.
Bart |
|
|
asmallri
Joined: 12 Aug 2004 Posts: 1634 Location: Perth, Australia
|
Re: need help with sd/mmc with FAT |
Posted: Tue Oct 03, 2006 6:02 pm |
|
|
Joven wrote: | Hi
I have a project need create a log file.
The pic wite the data in the sd/mmc card. Later open the log on windows XP with a card reader. The pic i use is 18f4550.
I have tried the code, i have found in the forum but i can't put work.
if someone can show a simple exemple for put sd/mmc work for orientation.
Thanks |
I have a working implementation of the ELM fat file system that I have ported to the PIC and to CCS PICC (it took me weeks). If you want to do your own port, here is a link to the original code: http://elm-chan.org/fsw/ff/00index_e.html _________________ Regards, Andrew
http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!! |
|
|
Joven Guest
|
|
Posted: Fri Oct 06, 2006 7:50 am |
|
|
Hi
asmallri you know where i can find the translation for ccs compiler?
thanks |
|
|
|