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.

Regarding Library support for C5505 USB stick.

Hi,

 

I have bought and installed C5505 USB stick and run few sample programs. These are the sample programs given in ccsv4\emulation\boards\usbstk5505\demo\USB_Stick_Sample\src (here programs use the register values directly without any API) and ccsv4\emulation\boards\usbstk5505\tests (here programs use non CSL APIs).

I downloaded the CSL (Chip Support Libraries) for C5505 (TMS320VC55XCSL-LOWPWR). It contained one executable which when executed created a directory with source and examples.

I imported and tried to run the examples. I am getting following error:

cannot find file "Debug/cslVC5505.lib"

This file cslVC5505.lib in my case is not getting created in Debug folder.

I would be glad if somebody responds and provides help.

(I read posts in the past regarding this error but could not figure out what exactly to change.)

Thanks.

Regards,

Vijay

 

  • Hi Vijay,

     

    When you import any project from the CSL into CCSv4, you must import ALL of the CSL projects and then select which project is the active project. This preserves project dependencies and allows you to build the CSL before building your CSL-dependent project.

     

    When you install TMS320VC55XCSL-LOWPWR on your computer, a file called ReleaseNotes_C5505_CSL_1_0_20091012.pdf is placed in the top CSL installation directory. Section 3.4 “Compiling and Linking with CSL Using Code Composer Studio 4.0” contains instructions for setting up CCSv4 for use with the VC55XCSL-LOWPWR.

     

    Hope this helps,

    Mark