Part Number: TMS320F28379D
Other Parts Discussed in Thread: LAUNCHXL-F28379D, C2000WARE
Hello, I'm working on a LAUNCHXL-F28379D and specifically i would like to read data on a text file in a micro SD card using SPI.
I read that there is an example about it in the previous version of C2000Ware, that is absent in my version (C2000Ware 5_01_00_00). I try to create a similar project by my own but I encounter the following problems:
1. Looking at the example of the previous version, I see that the library with the function to operate on a text file are in the "fatfs" folder, inside the "deprecated" folder, that it's absent in my version;
2. I try to include the path of the "fatfs" folder for the version 5_01_00_00 (...\C2000_5\C2000Ware_5_01_00_00\utilities\third_party\f2837xd\fatfs) in Properties--> C2000 Compiler--> Include Options and on the sime time to add a folder "fatfs" in my project where I copy the files inside ...\C2000_5\C2000Ware_5_01_00_00\utilities\third_party\f2837xd\fatfs. In this way, some error appear when I try to built the project;
3. I try also to import the folder "deprecated" from the version 4_02_00_00 of C2000Ware and include it in the compiler path, but after the built operation there are several errors.
Please provide guidance to resolve the issue.
Thank you in advance.