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.

fatfs sysbios

Other Parts Discussed in Thread: SYSBIOS

hi

I find the following information about fatfs in the wiki.

"

The following utilities are currently available for FatFS for SYS/BIOS. All utilities are found under the directory:

ti/sysbios/fatfs/utils/bin

"

but after i install bios_6_45_01_29, i can't find the fatfs folder in the sysbios.

  • eric said:
    but after i install bios_6_45_01_29, i can't find the fatfs folder in the sysbios.

    Starting with a certain SYS/BIOS release the drivers, such as FatFs, were moved from SYS/BIOS to TI-RTOS.

    If you download TI-RTOS for your device, you should find FatFs under the tidrivers_* project directory.

    E.g. TI-RTOS for TivaC v2.16.00.08 contains FatFs in the products\tidrivers_tivac_2_16_00_08\packages\ti\mw\fatfs directory.

    A Ti-RTOS installation also includes SYS/BIOS.

  • thank you Gillon, I can see it after install TI-RTOS.