PORTS Forum

Ports and Interfaces => USB => Topic started by: eng.Buffon on March 04, 2012, 03:14:19 pm

Title: File System on USB Mass Storage Device?
Post by: eng.Buffon on March 04, 2012, 03:14:19 pm
hi guys

hi everyone

do i need to make PIC18F4550 understand file system (e.g FAT32) in my USB Mass Storage Device as i make it understand MSD Class request in addition to SCSI commands and(Read Sector,Write Sector. ..etc) that deal with MMC.

but do i need to deal with FAT32 on the MMC card or just the computer do it converting it to (Read,Write Sector) commands..??

Note : the MMC is already formatted on FAT32

as the firmware doesn't need to read or write to files on its own,rather than via a USB Host (e.g PC)
Title: Re: File System on USB Mass Storage Device?
Post by: Pat Crowe on March 04, 2012, 03:51:51 pm
If you don't need to access the file from the PIC, then no.