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.

TMS320C55xx and CSL library how to

Other Parts Discussed in Thread: TMS320C5515

Hi,

I would like to start my applications with TMS320C55xx devices with CSL library and CCS4. I found examples programs but all contains additional header files like "usbstk5515.h" for register definitions. Do I really need these files if using CSL library? Unfortunately I didn't found any example without "usbstk5515.h" for TMS320C5515 eZdsp in ti website. If it possible please let me know how to initialize the chip (the clock gating), without any additional register definitions other than CSL?

Thanking You,

Ras

  • Ras, 

    The ".h" files like usbstk5515.h are necessary for the CSL examples because they set all of the registers and create the structure so other functions can be easily called on a program. 

    If you would like to write a program that is not based on CSL, you need to check all the registers you will be using and set them throughout the program as needed. You can find information about the registers on different user guides and on the CSL header files.

    Juliana

  • Hi,

    I am looking for a replacement of usbstk5515.h with a header file in CSL, because I think "usbstk5515.h" is not a standard header file with CCS or CSL.

    Thanking You,

    Ras