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,
Thanks for your post.
I would recommend you to go through the lab doc as below which involves programming the TMS320C6713 DSP Starter Kit (DSK) module:
http://ecee.colorado.edu/~fmeyer/class/ecen4532/lab6.pdf
You can also find a simple program from
Wiki: http://processors.wiki.ti.com/index.php/File:C6713_audio_minimal.zip
You could also download the board support files from specturn digital webite on the prerequisites on the wiki below:
http://processors.wiki.ti.com/index.php/C6713DSK_in_CCSv5
I have also linked the quick start guide, which should help you through the process of loading code to your board. Both the product page and quick start guide provide references to lots of valuable information for you to use.
Spectrum Digital DSK6713 product page:
http://c6000.spectrumdigital.com/dsk6713/
DSP Starter Kit (DSK) for the TMS320C6713 Quick Start Guide:
http://c6000.spectrumdigital.com/dsk6713/V2/docs/dsk6713_QuickStartGuide.pdf
Thanks & regards,
Sivaraj K
-------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question
-------------------------------------------------------------------------------------------------------
I have tried LED-blink, fiilters in CCS v3, but after switching to CCS v5 I'm facing problems, like errors saying "expected a declaration", and with my actual project many header files were missing and so I needed those :]
- Thanks
Shahbaz
Hi Shahbaz,
Actually that is not the way you should develop a project / software. You cannot have the C code and search for the header files included inside it. That is the not the approriate way to do. Goal clarity is important.
Please first check from where you have got the main.c file?
Infact, except the DSK6713_loopcfg.h, I have all the header files mentioned in your main.c. If I send you also, you cannot assure whether the author has modified the header files or not.
So, my suggestions for you are the following.
1. Try to understand the main.c file in terms of what they want to achieve, what are all the inputs needed and what is the expected output from the 'C' code. etc. Next, create a sample hello world program for DSKC6713 and test it on the board. Once it works for you, you implement your project requirement and develop it having the hello world program as a base enviromental setup.
2. Download and try out the TI released package and match which example project is close to your project requirement and try implementing it.
Thanks for the links, that were useful. Now the errors which I was finding is no more for the ready-made projects.
But what shall I do if I only have the c.file?
On other hand what is a .tcf file? I'd like to know more about that :]
Thanks!
Shahbaz