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.

TMDSDSK6713: What is the function of these headers files?

Part Number: TMDSDSK6713

While using the Google search about programming of 6713 dsk through code composer studio. I came across multiple header files especially ''csl.h '' and "ledcfg.h'

?

What are the application scenarios of these two header files?

  • Hello!

    CSL stands for Chip Support Library. At those ages TI was providing a library with unified API to configure device and its peripherals, access registers and alike.

  • Hi,

    The Chip Support Library (CSL) provides an application programming interface (API) used for configuring and controlling the DSP on-chip peripherals for ease of use, compatibility between various C6000 devices and hardware abstraction. This will shorten development time by providing standardization and portability. The functions listed in the features section are specifically designed for the following devices: C6201, C6202, C6203, C6204, C6205, C6211, C6410, C6412, C6413, C6414, C6415, C6416, C6418, C6701, C6711, C6712, C6713, DA610, DM640, DM641 and DM642.

    I can't comment on the ledcfg.h as this is not the standard CSL h file from below.

    www.ti.com/.../SPRC090

    Hope this resolves your question on CSL.