View previous topic :: View next topic |
Author |
Message |
xa4
Joined: 04 Jun 2008 Posts: 9
|
|
Posted: Mon Jun 09, 2008 3:17 am |
|
|
asmallri wrote: |
You might want to check out my file system driver. It concurrently supports FAT12, FAT16 and FAT32. FAT16 and FAT32 have been extensively tested. I generally recommend FAT16 for the PIC because it requires less run time overhead. |
Dear asmallri,
thank's for your reply. I wouldn't mind paying 75$ for your lib if it works as advertised.. Is there any way that you could provide me with an evaluation version (maybe a hex file with my settings) so that I can test it with my setup ?
best,
Xavier |
|
|
asmallri
Joined: 12 Aug 2004 Posts: 1635 Location: Perth, Australia
|
|
Posted: Mon Jun 09, 2008 8:41 am |
|
|
xa4 wrote: | asmallri wrote: |
You might want to check out my file system driver. It concurrently supports FAT12, FAT16 and FAT32. FAT16 and FAT32 have been extensively tested. I generally recommend FAT16 for the PIC because it requires less run time overhead. |
Dear asmallri,
thank's for your reply. I wouldn't mind paying 75$ for your lib if it works as advertised.. Is there any way that you could provide me with an evaluation version (maybe a hex file with my settings) so that I can test it with my setup ?
best,
Xavier |
If you have a HPC (PIC18F8722) with the SD/MMC PICTail then I can send you an image you can test. _________________ Regards, Andrew
http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!! |
|
|
asmallri
Joined: 12 Aug 2004 Posts: 1635 Location: Perth, Australia
|
|
Posted: Mon Jun 09, 2008 8:42 am |
|
|
xa4 wrote: | asmallri wrote: |
You might want to check out my file system driver. It concurrently supports FAT12, FAT16 and FAT32. FAT16 and FAT32 have been extensively tested. I generally recommend FAT16 for the PIC because it requires less run time overhead. |
Dear asmallri,
thank's for your reply. I wouldn't mind paying 75$ for your lib if it works as advertised.. Is there any way that you could provide me with an evaluation version (maybe a hex file with my settings) so that I can test it with my setup ?
best,
Xavier |
If you have a HPC (PIC18F8722) with the SD/MMC PICTail then I can send you an image you can test.
Alternatively, you could ask for feedback on this forum for others that have used my software. _________________ Regards, Andrew
http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!! |
|
|
xa4
Joined: 04 Jun 2008 Posts: 9
|
|
Posted: Tue Jun 10, 2008 3:08 am |
|
|
asmallri wrote: | If you have a HPC (PIC18F8722) with the SD/MMC PICTail then I can send you an image you can test. |
Dear asmallri,
I don't have the standard SD/MMC pigtail as I have designed my own circuit board but I used the standard SPI ports (C2->C5) so it should work.. I have an oscillator running at 10'000'000 and yes a PIC18F8722
asmallri wrote: | Alternatively, you could ask for feedback on this forum for others that have used my software. |
I want to check if the lib works with my setup, asking people on the forum won't guarantee this..
Please send the HEX file to xavier{d0t]righetti(at]gmail{d0t)com
Thank's man!
--
Xavier Righetti - http://xa4.ch |
|
|
AleksBak
Joined: 23 Dec 2008 Posts: 3
|
|
Posted: Fri Dec 26, 2008 9:13 am |
|
|
[quote="xa4"] Indy wrote: | .. I had to replace Next_Free_Cluster by Next_Free_Clust. It seems that the lib hasn't been fully tested..
|
This program(Driver/Library FAT_PIC.C) also at all does not work for me. Except syntactic errors there are many program errors. I have got tired to understand another's errors and to correct them. If I am not right, please prove it. Thanks. |
|
|
evsource
Joined: 21 Nov 2006 Posts: 129
|
|
Posted: Mon Feb 28, 2011 12:17 pm |
|
|
[quote="xa4"] Indy wrote: |
Apparently, I need the full version of winhex to write to the SD.. and I wasn't able to open the disk with DiskEdit.. So I used a freeware called HxD.
I tried to format the SD under windows in FAT 16 and changed the program to FAT16, but under windows, I still can't see the files and folders created by the PIC on the SD. Same operations for FAT32 and same results.. the files and folders are there but I can only see them with a disk editor application.
Thank's! |
Indy, did you ever figure this out? I've followed the same path as you, and hit into the same road blocks. |
|
|
|