We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, I want to implement the FAT32 file system on USB host port for AT91SAM9260.My application is to to read/write the .txt file from the mass storage device. so please help me regarding to this topic....thank you..
So - not formatted. Then that first sector will not have any file system signature. So the code will obviously not find any.
And the very big question then: Why you ask us what to do, when the answer has to be that you need to format the memory? Without formatting, there are no FAT-32 on the memory. And no file because you don't have any file system to store the file in. So your program just can't read any file.
You can't mount a file system that doesn't exist. So make it exist.
Actually i am not much familiar to this and this is the first time i am doing such task (implementing file system), so will you please tell me steps to implement the fat32 for usb host? I have completed the code up to mass storage driver initialization successfully.so what should be next step so that i can check it with whatever i have done... Thanx...
I checked it with the formatted one, but still having the same problem.... please tell me the section where i should find out the cause of problem. Thank you...
Hello sir,
Plz tell me what to do to mount the fat32 file system for usb host ????Let me know the steps so that i can implement them... thank you...