Page 1 of 1

Result of my USB test

Posted: Fri Jul 09, 2004 10:34 pm
by sincro
Hi ole, i've insert your work in my program.

I've try with usb pen 64Mb USB 1.1 and it work perfect
my second try is usb pen 128Mb 2.0, with pen i'm not able to see directory but only one big file:

Code: Select all

usb_mass: connect: devId=2
usb_mass: connect ok: epI=10, epO=11
DIRECTORY LIST
--------------
    USBCØÿÿÿ.   size:1296064
I'm waiting for next update, if you wold another test ask me via e-mail.

Thanks

sincro

Posted: Fri Jul 09, 2004 10:59 pm
by ole
I've try with usb pen 64Mb USB 1.1 and it work perfect
I'm glad to hear it.
About the problem: I have suspiction that the filesystem is not fat12 or fat16. The fat32 filesystem is not supported yet (I will have to reformat my flash disk and do some tests). But to determine the exact reason I would need to "borrow" a few sectors from your the disk :-). Ok I' ll prepare some diagnostic function in the example program that will show more infos in case of problems like this one.
Thanks for testing and feedback.

Posted: Fri Jul 09, 2004 11:09 pm
by sincro
ole wrote:
I've try with usb pen 64Mb USB 1.1 and it work perfect
I'm glad to hear it.
About the problem: I have suspiction that the filesystem is not fat12 or fat16. The fat32 filesystem is not supported yet (I will have to reformat my flash disk and do some tests). But to determine the exact reason I would need to "borrow" a few sectors from your the disk :-). Ok I' ll prepare some diagnostic function in the example program that will show more infos in case of problems like this one.
Thanks for testing and feedback.
I've try to format both 16 and 32 fat. With 32 program freeze.

After you have include diagnostic send me and i'll report you the result.

Tnx

sincro

P.S. in my test i'm able to see directory and copy file from mass: to pfs0:

Posted: Sat Jul 10, 2004 5:45 am
by sincro
UPDATE

i've try another usb pen 128Mb 2.0, the program freeze when read dir.

with my 64Mb pen now i'm able to navigate all dir. Now i write a recursive copy function.

sincro