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: C2000WARE

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: TMS320F28379D, C2000WARE, CONTROLSUITE, C2000WARE-DIGITALPOWER-SDK

Tool/software: Code Composer Studio

Hi team,

I work with the LAUNCHL-F28379D board. I use Code Composer Studio 6.2.0.
Debug settings allow to run the programm in debug mode only on one of the two processors: either CPU1 or CPU2. The program on another processor runs without debugging information. Can I debug programs on both processors at the same time? What should I do?

And next question:

Why are the examples from controlSUITE or C2000Ware_DigitalPower_SDK compiled without errors if  in the Project Properties for "CCS General / Device" the "Generic C28xx Device" is set and compiled with an error if you select "TMS320F28379D (S)"?
Moreover, the error is shown in the same * .com file with which it was compiled without errors before. In addition, if you return “Generic C28xx Device” to “CCS General / Device”, another compilation error will occur.

  • Lev,

    Can you provide an example in the C2000Ware-DigitalPower-SDK that failes to build when the Device information is changed? Normally, if a project fails to build is because the compiler attempts to use the default target configuration and linker command files for the device number which may not be applicable for the applicaiton in progress.

    I would expect for there to an error when specficing "CCS General / Device".

    It is possible to debug programs loaded on both cores. Here is a similar forum post that expalins how to go about doing so. I will also suggest you checkout the flash programming example in C2000Ware.

    Regards,

    Ozino