I have been using the C6713DSK. We were using CCS V2.02 until Windows XP was discontinued.
Now we have to switch to a later version of CCS because of an operating system upgrade. I cannot get the
audio_minimal example or any previous operating code working in CCS V5.5 or V6. Here is the information:
Setup:
- Windows 7 Enterprise, 64 bit, Service Pack 1
- Code Composer Studio Version: 5.5.0.00077
(similar result for Code Composer Studio Version: 6.0.1.00040 but
all notes below refer to Version 5.5)
- TMS320C6713 DSK, 16 MEG DRAM, REV C
I followed the instructions on the page http://processors.wiki.ti.com/index.php/C6713DSK_in_CCSv5 to try and
get the project http://processors.wiki.ti.com/index.php/File:C6713_audio_minimal.zip running.
Case 1: using the C:\C6xCSL/{include,lib_3x} libraries/includes for bios and C:\DSK6713\c6000 for dsk6713 gave no errors on compile. I received this error when trying to run:
MCBSP_open(int, unsigned int)() at csl_mcbsp.c:138 0x00000D28 (MCBSP_open does not contain frame information)
Case 2: using the C:\DSK6713\c6000 (bios and dsk6713) includes/libraries gave no errors on compile. Apparently the executable autoloaded when doing a run/debug. When I ran the audio loop, the debug perspective showed it running, but I did not get any pass through from the board, i.e., the program did not appear to be running correctly.
I can share the entire project file in the attachment for Case 2 above. (despite the name testsine, it really is audio_minimal), but I don't see an option to attach files to this forum.