CCS 3.3 shipped with the CSL but CCS 5.1 does not. You need to download the latest CSL for your device. Here's a wiki page that has links to CSL for many devices:
http://processors.wiki.ti.com/index.php/Chip_support_library
Though I imagine if you…
Hi Naresh,
Thanks for your post.
You couldn't get direct McBSP loopback example on DM6437 EVM, instead you have to write code using CSL API's for McBSP module to configure registers & setup McBSP initialization. Also, you could download the DSP/BIOS DVSDK…
CCSv4 doesn't ship with the Chip Support Library package. When migrating a project it tries to setup paths to find CSL in your CCSv3.3 install (this may not work for CCSv2.2).
You can download CSL for C6203 here:
http://focus.ti.com/docs/toolsw…
Other Parts Discussed in Thread: SPRC090 Hello,
I just switched from CCS3.1 to CCS4 and now I am trying to compile and link our application code for the dm642 which makes use of the chip support library. As CCS4 has no CSL integrated, I downloaded and…
No PSP for DM642.
DM642 has a CSL (chip support library). You can download it at:
http://focus.ti.com/docs/toolsw/folders/print/sprc090.html
PSP is DSP/BIOS device drivers based and CSL is not.
I've been trying to reproduce your issue without any luck. I created two projects, one a library that calls the PCI functions from the CSL and the other project an executable that calls my library function. Everything builds fine.
Can you check what…
GEL file is a start up script that can initialize the device. This wiki article has more explanations: http://processors.wiki.ti.com/index.php/GEL . Command file is a memory map of the device.
I haven't found any C6713 i2c examples, but the following…
Other Parts Discussed in Thread: SPRC090 Hi,
I am using CCSv4 for working with the EVM DM642.
I can successful run the provided .out example files, however I can't successfully build the examples provided. I have searched the forum and still can't get…
Hi Juergen,
You can use external memory region 0x8000 0000-0xBfffffff for port connect and this region doesn't suffer from that bug. (I checked it)
By changing the DRR address I am not sure how the functionality of McBSP is affected. Secondly…