HI,
I would like to know if there is an SYS/BIOS compatible version of RTFS?
Regards,
Haroldo Calvo
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.
HI,
I would like to know if there is an SYS/BIOS compatible version of RTFS?
Regards,
Haroldo Calvo
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