Other Parts Discussed in Thread: C2000WARE
We have some questions about C2000Ware v1.00.06.00 'usb_host_msc' example project for 'F28069U:
- We were able to read FAT32 formatted USB drives, but it would not recognize FAT and extFAT drives. The documentation states that all of these formats are supported. So, does the example only implement FAT32 or does the file system not support those formats? We need to be able to read all of these formats, as we do not know what kind of USB flash drive the user will have.
- It looks like if we insert the first FAT32 flash drive, we can remove it and insert it many times. But when we introduce the second FAT32 flash drive, we need to restart the program to be able to read it. Is this the expected behavior? If so, how does one modify the source so that a different USB flash drive can be used without restarting the program?
Thanks