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.

Is there CSL for OMAPL137?

Hi,

    I am using the EDMA3 and MCASP for our new design,  and I will do my work on the DSP side, so my question is:

   Is there CSL library support for OMAPL137 programming on the DSP side?

---------------

Hua Chen

  • The examples for C674x are based on DSP/BIOS drivers: PSP (platform support package).

    Most if the newer components do not use the CSL model anymore. This was replaced by the PSP, which is DSP/BIOS dependent.

    For information in how to get the software, please see the Getting Started Guide for C6747:

    Getting Started Guide for C6747

    Getting Started Guide for C6748


    Just to clarify, the traditional CSL (usually for the older parts) has two layers: the functional CSL and the register CSL. The register CSL is the basic parts with register access code. There are some very basic examples that use the register CSL for C6747 at (after installing the software):

    C:\Program Files\Texas Instruments\pspdrivers_01_30_00_05\packages\ti\pspiom\cslr\evm6747\examples


    For the complete PSP based examples please see:

    C:\Program Files\Texas Instruments\pspdrivers_01_30_00_05\packages\ti\pspiom\examples\

  • Thanks for your quick response and guide,  Mariana. I will install the psp driver  and study it.