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 HOST

Part Number: EK-TM4C1294XL

Thanking you in advance for extending any type of helps from your end.

I would like to use the micro controller as mass storage host with FAT FS implementation is there any examples available on this. If yo can provide some links or hints it will be a great help to me on this time.

Kishor Ravi

9946236777

  • Hello Kishor,

    We provide such an example in TivaWare for the EK-TM4C1294XL LaunchPad. The example is found at [Install Path]\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl\usb_host_msc

    Example description:

    //! <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.