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.

RTFS and SYS/BIOS Support

Other Parts Discussed in Thread: SYSBIOS

HI,

I would like to know if there is an SYS/BIOS compatible version of RTFS?

Regards,

Haroldo Calvo

  • Haroldo,

    What version of RTFS are you looking at?

    If you look in the release notes for the RTFS, it should show you what versions of DSPBIOS or SYSBIOS are compatible with it.

    It looks to me like:  RTFS 1.10.02.32  is compatible with DSP/BIOS   6.21.01

    Judah

  • Hi Judah,

      We are using SYS/BIOS  6.34.2.18 with FATFS, SYS/BIOS has a component called FatFS.

    We already run an example tha is shipped with the BIOS PSP 3_00_01_00 (after adding a bunch of libraries that were not included), and it worked

    without problem. We would like to know how to add the  FatFS component from the GUI in CCS?


    Regards

    Haroldo Calvo

  • Try adding the following line to your .cfg file:   var FatFS = xdc.useModule('ti.sysbios.fatfs.FatFS');

    Once you do that, when opening up the .cfg from CCS in XGCONF, you should be able to see the FatFS module in th e"Outline" tab.  Double click it and it should open up the FatFS configuration in the GUI.

    Judah