This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
提前感谢您提供任何类型的帮助
我想将微控制器用作采用 FAT FS 实现的大容量存储主机、其中提供了任何示例。 如果您能提供一些链接或提示、这将是我此次的一大帮助。
Kishor Ravi
9946236777
您好 Kishor、
我们在 用于 EK-TM4C1294XL LaunchPad 的 TivaWare 中提供了这样一个示例。 此示例位于[Install Path]\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl\USB_host_msc
示例说明:
//! <h1>USB Mass Storage Class Host (usb_host_msc)</h1> //! //! This example application demonstrates reading a file system from a USB mass //! storage class device. It makes use of FatFs, a FAT file system driver. It //! provides a simple command console via the UART for issuing commands to view //! and navigate the file system on the mass storage device.