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.

Compiler/TMS320F28377S: static code analysis tool

Genius 5910 points
Part Number: TMS320F28377S

Tool/software: TI C/C++ Compiler

Is there a static code analysis tool that works well with CCS/embedded C. I searched the internet. But did not find any that looks useful for embedded systems.

Thanks!

  • Hi,

    The CCS itself has some static analysis checks like MISRA C. You can navigate to project properties -> Build -> C2000 compiler -> Advanced options -> MISRA C 2004. You can enable the necessary rules and the they will be checked during compilation.
    There are other 3rd party tools like LDRA, Klockworks etc being used for static analysis.

    Regards,
    Veena