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.

TIDM-1007: CLA debugging in TIDM 1007 and TIDM02008

Part Number: TIDM-1007

1.What's the use of __TMS320C28XX_CLA__?

2.When using CLA, need I add this into pre-define name? 

3.When I add this to pre-define name and choose CONTROL_RUNNING_ON == CLA_CORE, the compiler suggest a large amount of error. Why?

IF I do not pre-define __TMS320C28XX_CLA__, the code do not use CLA-related libraries and include files, such as "DCLCLA.h".  

  • 1.What's the use of __TMS320C28XX_CLA__?

    It's a compiler directive to tell the code not to include or include certain sections when the code is being compiled for CLA, this is typically used in header files and if they have routines that need to run on c28x and CLA

    2. When using CLA, need I add this into pre-define name? 

    I am not sure if i follow correctly, 

    3. the SDK code does run on the CLA, I am not sure what exact problems are you facing, also the image you included is not visible..