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/LAUNCHXL-F28379D: Debugging Programming Language

Part Number: LAUNCHXL-F28379D

Tool/software: Code Composer Studio

Hello e2e,

I want to know, What are the programming languages can debug in code composer studio?

Can be written & debug of Python & Matlab code in code composer studio?

  • For MathWorks software, there are 2 workflows. Both use Embedded Coder for code generation.

    1) For C2000, we have a special support package.  https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/484814

    2) For all other processors, you use MathWorks tools to design your algorithm, generate C code, and manually import that C code into a CCS project. You cannot run CCS from MATLAB, and any major changes / debugging in MATLAB will require the code generation and import steps.

    HTH,

    -Brian

  • Hello,

    Asim Dey said:
    I want to know, What are the programming languages can debug in code composer studio?

    CCS IDE is typically used for debugging applications written in C/C++/Assembly

    Asim Dey said:
    Can be written & debug of Python & Matlab code in code composer studio?

    See Brian's answer above regarding Mathworks

    Note that while CCS is intended for build and debug of applications written in C/C++/Assembly, the CCS IDE is based off Eclipse. There are a number of 3rd party plugins for Eclipse that add additional functionality. This include adding support for Python: https://marketplace.eclipse.org/content/pydev-python-ide-eclipse

    Note that when trying to install Eclipse plugins into CCS, it is up to you to determine the Eclipse dependencies that the plugin has and which version of CCS it is compatible with. 

    Thanks

    ki