Is "U-Disk" in USB OTG Host mode examples same as "USB Flash Drive"?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Is "U-Disk" in USB OTG Host mode examples same as "USB Flash Drive"?

ソリューションへジャンプ
5,384件の閲覧回数
mrd
Contributor III

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.

0 件の賞賛
返信
1 解決策
5,349件の閲覧回数
RaRo
NXP TechSupport
NXP TechSupport

Hello @mrd,

Even though, both the USB flash drive and the U-Disk are data storage devices there are some differences between them:

  • Work Principle. While USB flash drive stores the data using flash memory, the U-Disk uses platters with magnetic material to store the data.
  • Speed. Usually, USB flash drives are faster than the U-Disk devices.

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.

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
5,334件の閲覧回数
mrd
Contributor III

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.

0 件の賞賛
返信
5,350件の閲覧回数
RaRo
NXP TechSupport
NXP TechSupport

Hello @mrd,

Even though, both the USB flash drive and the U-Disk are data storage devices there are some differences between them:

  • Work Principle. While USB flash drive stores the data using flash memory, the U-Disk uses platters with magnetic material to store the data.
  • Speed. Usually, USB flash drives are faster than the U-Disk devices.

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.

0 件の賞賛
返信