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.

CCS/TMS320F28377S: Doubt regarding DCL and CLA

Part Number: TMS320F28377S
Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE

Tool/software: Code Composer Studio

How do i use the DCL_runPIc() command that runs on the CLA?

  • Deepak,

    From the function name I can see you are using version 1.0 of the DCL, which you probably downloaded with controlSUITE. The contropSUITE package has been in "maintenance only" mode for some time, and new content is now delivered in C2000Ware.

    There is a much newer library (version 2.1.1) in C2000Ware which I recommend you download.  The function you need is DCL_runPI_L1(), and in the new library there is a code example which shows how to set up and use this controller on the CLA. The example code is written for the F28069, but there is nothing device specific in the library and you would use it in the same way on F28377S.  You can find descriptions of the controller and example in the DCL v2.1.1 User's Guide on p.26 & p.91 respectively.

    I hope this helps.

    Regards,

    Richard