Skip to main content
Visitor II
January 23, 2024
Question

"Static code analysis tool"

  • January 23, 2024
  • 2 replies
  • 966 views

We've chosen STM32G0+ and STM32H7 microcontrollers for our product development. We seek assistance from ST regarding a Static Code Analysis tool. Could you please provide us with information based on your recommendation?

Thanks,

Gajanan Maske

    This topic has been closed for replies.

    2 replies

    Super User
    January 23, 2024

    Any standard C (or C++) Static Analysis tool should do the job?

    https://embdev.net/topic/247348

     

    Graduate II
    January 23, 2024

    Generally helps to have people on the team who can code, and do static analysis on their own code, and that written by others. And the self-awareness to go find tools that fit their own needs and work practices.

    Lint, Misra Compliance / Scanning tools, Understand C(++) from SciTools..