Maheen Islam,
The DSK6713 board have some set of test code. You can find the test code at BSL and CSL packages for C6713 . http://processors.wiki.ti.com/index.php/C6713DSK_in_CCSv5 In addition that, no test code available for GPIO peripheral at BSL packages…
Hi,
The latest CSL can be downloaded here:
http://focus.ti.com/docs/toolsw/folders/print/sprc090.html
The 6713 CSL EDMA examples included in the above should be very similar for DSK6416 . One key thing you would need to change is in the build options…
Hi,
You can explore CSL packages for C6713, below is the link you can download CSL Package.
http://www.ti.com/tool/sprc090
After installing CSL Packages you will find example projects on below mentioned path,
~\ti\c6xcsl\examples\c6000\dsk6713\csl …
Hi Mohan,
Please try to develop the code using those documents and share with other fellow engineers.
Also you can do more Hands-On on C6713 by running and customizing example projects. Please check below mentioned link.
processors.wiki.ti.com/.…
Other Parts Discussed in Thread: OMAP-L137 , SPRC090 , SPRC265 , TMS320C6747 , CCSTUDIO , TMS320C6410
I'm developing on OMAP-L137 EVM.
I have to edit EMIFB register. So, I have to include C6747 chip support library.
But I download from below tow links…
Hi Chris, Are you connected the DSP and called gel file ? Where did you take this code ? Is that reliable resource ?
Install CSL package for C6713 and refer to the following example which is based on interrupt (ISR).
http://www.ti.com/tool/sprc090
C:…
Hi,
Use CSL package which is developed by TI for C6713 (has lot of blink examples and much more).
http://www.ti.com/tool/sprc090
Where did you download this BSL code ?
Other Parts Discussed in Thread: SPRC090 I've read the other posts on this forum about invalidating the cache. But I could not make out what the final conclusion was so I am re-posting.
Using a C6701 DSP with external SRAM. Our system is required to…
Im too getting the same error
#5</a> could not open source file "csl_mcbsp.h" dsk6713_aic23.h /nn line 19 C/C++ Problem
I had downloaded all the csl files- from http://www.ti.com/tool/sprc090
I read all your above discussion but …