Skip to main content
Associate
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

2 replies

Andrew Neil
Super User
January 23, 2024

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

https://embdev.net/topic/247348

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Tesla DeLorean
Guru
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..

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..