USB MSC Spec

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

USB MSC Spec

973 次查看
threeboystech
Contributor II

I am using a IMXRT1020-EVK and experimenting with SDK examples on MSC (eg. evkmimxrt1020_dev_mcs_disk_freertos)

The examples allow for read/write operations to the SDCard just fine.  I would like to write code that would detect when these read/write operations take place, file size as well as how to open/read/write/close the files from my embedded code.  Is there reference document specific to the USB file operations? 

Within the 'disk.c' file there comment blocks that reference the usb spec.  Can someone provide the link to this document?

Thanks

Terry

标签 (1)
0 项奖励
回复
1 回复

948 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @threeboystech ,

There is a "MCUXpresso SDK USB Stack Device Reference Manual.pdf" and USB stack user guide in SDK package SDK_2_13_0_MIMXRT1020-EVK\docs\USB. Besides that, there isn't other doc.
The USB MSC host example use FATFS as file system. The Host MSD example supports the UFI and SCSI U-disk device. You can search for these documents on web.

 

Regards,

Jing

0 项奖励
回复