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.

CODECOMPOSER: Introduction of static analysis tools

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: SIMPLELINK-LOWPOWER-SDK, MSPM0-SDK

I have a code composer studio 12.3.0.
The compiler uses "TI Clang v2.1.3.LTS", how is it recommended to perform static analysis?

  • Hello,

    Thank you for your query.

    Can you please specify which SDK are you using? Is it MCU+SDK or Processor SDK?

    What is the version of SDK that is being used?

    how is it recommended to perform static analysis?

    Can you please elaborate what static analysis you want to perform?

    Regards,

    Tushar

  • Sorry for the delay in replying.

    The SDKs to use are "MSPM0-SDK" and "SIMPLELINK-LOWPOWER-SDK".
    The latest version will be applied. It is undecided.

    I expect to be able to perform static analysis based on various rules such as MISRA C 2012 and CERT C.
    We also expect that the severity levels will be divided according to that rule.

  • Hi,

    Thank you for your reply.

    I expect to be able to perform static analysis based on various rules such as MISRA C 2012 and CERT C.
    We also expect that the severity levels will be divided according to that rule.

    CCS provides some of the static analysis method such as you can see the stack usage view and memory allocation view.

    For more details, please refer Stack UsageMemory View.

    Regards,

    Tushar