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.

TMS320F28377S: an example ccs project of the controlSUITE software package

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

Hello,

I have a question on an example ccs project of the controlSUITE software package.

Specifically I have a question on the following ccs project: controlSUITE>device_support>F2837xS>v210>F2837xS_examples_Cpu1>cla_matrix_mpy

I have built the ccs project and executed it in the debug environment.

I have included the screen capture display of the execution result.

After the execution has been done, the values of the pass and fail variables are still zeros.

They should be pass=9 and fail=0 if the project were executed correctly.

Through some tests, I have found out that the program flow does not exit from the function of Cla1ForceTask1andWait().

In addition, I can not figure out why the status of CPU1_CLA1 is displayed as (Disconnected : Unknown) even though the status of C28xx_CPU1 is displayed as (Running).

Thank you for your guidance.

With regards,

G. Kim

  • Hi Geon,

    I'll work with you to try and resolve your issue. Please give me a day to review this and get back to you.

    Thanks,
    Sira
  • Hi Geon,

    With my F2837xD controlCARD, I was able to reproduce the exact issue you are seeing.

    To ascertain what is going on, I tried the next example (CLA_matrix_transpose) and the exact same thing happens.

    So it appears there is a common issue occurring here - either with the projects, or with the way we are running them. I will dig into this and get back to you.

    Thanks,
    Sira
  • Hi Geon,

    I Just checked - and can confirm that the corresponding examples in C2000Ware (v1_00_06_00 which is the latest) are working without issue. They show pass = 9 and run to completion.

    I didn't do a compare to see what the issue is with the ControlSUITE examples, but I suspect it may have something to do with the linker command file.

    Please mark the issue as Answer Verified if this solves your issue.

    Thanks,
    Sira
  • Dear Sira,

    I am grateful for your guidance.

    I now confirm that this issue has been resolved.

    With regards,

    G. Kim