USB stack capacity

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,371件の閲覧回数
antonychen2008
Contributor II

Dear Sir:

I am implementing a USB Host function to support USB mass storage device, I need to know how many capacity supported by our MQX USB host stack and file system.

Thanks

0 件の賞賛
返信
1 解決策
1,277件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi Andy:

There are no known limits expect those of FAT32 itself. But as with any USB device, due to various small incompatibilities and deviations from standard, they should do testing with stick they anticipate to use - if that is possible.

Also as a note, that with sticks above 4GB there may be issues with obtaining free space (should use IO_IOCTL_FREE_CLUSTERS and IO_IOCTL_GET_CLUSTER_SIZE instead of IO_IOCTL_FREE_SPACE)H

Hope it helps

Regards

Daniel

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,277件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi Andy C

Could you please share us your MQX version and Board information, which USB stack you are using, usb_v2 or old usb?

Regards

Daniel

0 件の賞賛
返信
1,277件の閲覧回数
antonychen2008
Contributor II

Thank you for your feedback, I am using TWR-K64 and USB_v2

0 件の賞賛
返信
1,278件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi Andy:

There are no known limits expect those of FAT32 itself. But as with any USB device, due to various small incompatibilities and deviations from standard, they should do testing with stick they anticipate to use - if that is possible.

Also as a note, that with sticks above 4GB there may be issues with obtaining free space (should use IO_IOCTL_FREE_CLUSTERS and IO_IOCTL_GET_CLUSTER_SIZE instead of IO_IOCTL_FREE_SPACE)H

Hope it helps

Regards

Daniel

0 件の賞賛
返信