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-TM4C Launchpad + TI-RTOS + USBMSCHFatFs

Other Parts Discussed in Thread: EK-TM4C123GXL

Hi,

I'm just getting up to speed with the Tiva using the EK-TM4C123GXL Launchpad. One of the jobs was to read a USB memory stick using the USBMSCHFatFS RTOS functions.

Following the TI-RTOS User Manual, it says to add static support (albeit the picture refers to SDSPI config), then says call the board-specific initialisation:

<board>_initUSBMSCHFatFS().

However, for the Launchpad the board-specific files EK_TM4C123GSL.h/c don't contain this initialisation routine.

Can you advise what should be in this file so I can manually add it? I can see other example programs, but they don't seem to use other MSC drivers rather than the TI-RTOS provided one.

Mat