I'm trying to decide if the RT1176 is a good fit for an application that needs to read/write a FAT32 formatted USB flash drive of various sizes. I was looking at the evkmimxrt1170_host_msd_fatfs_freertos_cm7 example and it says it supports "UFI and SCSI U-Disk". Sorry if this is a dumb question, but is U-Disk the same as a standard USB Flash drive? Thank you.
Solved! Go to Solution.
Hello @mrd,
Even though, both the USB flash drive and the U-Disk are data storage devices there are some differences between them:
As you mention, the evkmimxrt1170_host_msd_fatfs_freertos_cm7 example supports UFI and SCSI U-Disk devices. You could try to test the example with an USB Flash drive, but it may not work with it.
Best regards, Raul.
Thanks for the feedback. I guess the real question is whether the RT1176's SDK supports USB flash drive. You explained that U-Disk is mechanically different, but it is unknown whether the current SDK supports a USB flash drive drive or not. I would need to test it. Taking time to do the testing required to check compatibility isn't in the schedule. I will have to choose a different microcontroller where support is clear in the SDK's documentation. Thank you.
Hello @mrd,
Even though, both the USB flash drive and the U-Disk are data storage devices there are some differences between them:
As you mention, the evkmimxrt1170_host_msd_fatfs_freertos_cm7 example supports UFI and SCSI U-Disk devices. You could try to test the example with an USB Flash drive, but it may not work with it.
Best regards, Raul.