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.

[参考译文] EK-TM4C1294XL:EK-TM4C1294XL USB MSC 主机

Guru**** 2037690 points
Other Parts Discussed in Thread: EK-TM4C1294XL
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/992166/ek-tm4c1294xl-ek-tm4c1294xl-usb-msc-host

器件型号:EK-TM4C1294XL

提前感谢您提供任何类型的帮助

我想将微控制器用作采用 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

    示例说明:

    Fullscreen
    1
    2
    3
    4
    5
    6
    //! <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.
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX