Is there any Static Analysis tool for Freescale SMAC projects or any suggestion to genarate UML from demo project ?
Hi Salah,
I can recommend you several static code analysis tools that I've used over time:
- Advanced C Static Analysis Tools at the Developer Desktop | Klocwork
- PC-lint/FlexeLint Product Information
- OCLint
- Clang Static Analyzer (you have to rebuild the analyzer if you are using any operating system different from MAC OS)
- IAR C-STAT Static analysis (IAR Embedded Workbench built-in)
For visualization (dependencies, control flow, call graphs etc) I've used Understand Your Code | SciTools.com
Kind regards,
Mihai.
Thank you mihaidragnea for your quick response. I was actually using Understand Your Code | SciTools.com but getting error on UML. I will try others from your suggestion list.
Regards,
Salah