USB stack capacity

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

USB stack capacity

跳至解决方案
1,355 次查看
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,261 次查看
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,261 次查看
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,261 次查看
antonychen2008
Contributor II

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

0 项奖励
回复
1,262 次查看
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 项奖励
回复