Thanks Scott,
I have downloaded a CSL package from http://www.ti.com/tool/sprc090 and used in CCS5 to build my application.
I wanted to know whether this is the way I have to do or anyother way to port my 6416 appliation on CCS5
Hi Taufiqqurrachman,
Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages (for processor issues). Be sure to search those for helpful information and to browse for the questions others…
Hi Lisa,
thank you for the advice. Now I successfully built an example DSK6713 program. You were right, I did not have the chip support libraries, so I downloaded them for the C6000 architecture. The download file is sprc090.zip. The documentation said…
Hi Steven!
Thank You for reply.
1. About CSL I use following CSL: 1.1. CSL from "C6000 CSL Library Installation" (sprc090.zip). It has the csl_chiphal.h, but this header isn't support my device (TMS320C6747) 1.2. pspdrivers_01_30_01_rCSL for C674x (…
Other Parts Discussed in Thread: TMS320C6416 I have c6416 application which uses MCBSP, EDMA and Chache built on CCS3.3. I want to migrate to CCS5. CCS3.3 has CSL package for peripherals. I didn't find any CSL package in CCS5. I wanted to how to port application…
Hi Ben,
One thing to keep in mind when migrating to v4 from v3 is that CCS no longer comes withe CSL. v3 comes with CSL and v3 know where to look for it. v4 does not. You will need to download CSL on to your machine and update the makefile to have the…
Hi Tri,
Sorry for the delay since I notice the post is updated just now.
The profiler tools provided by CCS could only be used in simulator regardless of the version of CCS. But in emulation mode, you can leverage the other tools or modules to acquire…
I suggest you study the examples found in the CSL located here:
http://focus.ti.com/docs/toolsw/folders/print/sprc090.html
If you have any specific questions about the device itself or a portion of the CSL feel free to ask. Thanks
Jeff
The latest CSL can be downloaded here:
http://focus.ti.com/docs/toolsw/folders/print/sprc090.html
I think I see what you mean though -- I don't see any dsk6416 examples included. The 6713 examples should be very similar. One key thing you would…