Hi Hatim,
Their is no specific code for serial port rogramming, but you can try with csl and bsl based examples.
Please refer the below wiki page which has links to examples and downloads.
processors.wiki.ti.com/.../C6713DSK_in_CCSv5
e2e.ti.com/.…
Hi Arora,
Please refer the TI wiki to download the CSL packages.
http://processors.wiki.ti.com/index.php/C6713DSK_in_CCSv5
http://www.ti.com/tool/sprc090
Hi,
You can download BSL and example code from the DSKC6713 support home page as below:
http://c6000.spectrumdigital.com/dsk6713/revc/
For more details on DSK6713 kit includes, please refer below:
http://www.spectrumdigital.com/product_info.php?&products_id…
Hi,
Thanks for your post.
There is a simple audio loopback example available using C6713 BSL libarary and you could download the c6713_audio_minimal.zip project available from the below wiki which you could try:
http://processors.wiki.ti.com/index.php…
Hi Ranjana,
Use our CSL package example code of C6701.
http://www.ti.com/tool/sprc090
http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=spru186&fileType=pdf
As per the "spru301c" doc, CCS would get '.s62' and '.h62' files once…
I’m going to use the CSL (Chip Support Library) for this purpose: http://www.ti.com/tool/sprc090?keyMatch=chip support library emif&tisearch=Search-EN. Is it a good idea?
In CSL there are only functions to configure the EMIF interface such as EMIF_config…
Hi,
"C:/ti/ccsv5/ccs_base/c6000/DSK6713/c6000/bios/include/csl_chiphal.h", line 263: fatal error #35: #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number, i.e. 6201)
Please check your downloaded CSL package would support your…
Other Parts Discussed in Thread: CODECOMPOSER , SPRC090 I have inherited an old DSP project which runs on a 6412 DSP on a custom board. I have tried to install CodeComposer Studio 3.1 (which is what was used to build the 6412 firmware) and DSP BIOS 5_20…
Other Parts Discussed in Thread: SPRC090 Is there a new version of this (I converted a project from CCS 3.3 to 5.4)? I downloaded the CSL from http://www.ti.com/tool/sprc090 but I do not see lib file included when installed. Or is the solution to modify…
Hi,
The program seems to be correct.
I've referred the C6713 data sheet and found the addresses are correct for GPIO registers settings.
http://www.ti.com/lit/ds/symlink/tms320c6713.pdf
Refer table 17 of page 26 from the above link.
But you need to…