Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE
I'm trying to incorporate the SD card example code into a template project for future development. My goal is to be able to read and write to the SD card for use as non volatile memory for setting parameters.
First step would be getting the example code provided by TI for SD card configuration working. However when I try to do this I have a ton of errors when attempting to compile and am just constantly looping in circles when trying to fix them with no luck at all getting a compliable project for the SD card example code. I've tried importing the entire project and just taking the source file and attempting to link and run it in another project file with no avail.
Searching online and reading through others forums this seems to be an all too common problem. I'm sure my inability and novice level understanding as a C programmer is also to blame but it would be great if someone could help and/or has done this kind of functionality before with the SD card and a comparable TI board.
Also, just to clarify the code I'm looking at or working on is the SD card code found in the single core examples for TMS320F28379D supported by TI.
Thanks in advance and I hope this forum will lead to a solution that can help others as well.