Hi,
We are working on sysbios 6.32 on am3359 ( CCS exection on windows)
Is there any API where we can store the array data to a file ( XL file)
Regards,
Bindu
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 Bindu,
SYS/BIOS ships with support for the FatFS filesystem. You can use FatFS to create files.
You can find FatFS in your BIOS installation under ti/sysbios/fatfs
Steve
Hi Steve,
We basically need file operation example Fread, Fopen kind, so that we can store the data to files (example excel)
Regards,
Bindu