static and dynamic code analysis for Psoc Project

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
vina_1473901
Level 1
Level 1

Is it possible to run any static and dynamic code analysis on Psoc projects ? ic any tools that is supported by Psoc IDE ? I would like to use Coverity for this . If possible  How Can we do that ? 

0 Likes
1 Reply
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

A PSoC project is just C code. If you ran a single build, all code referenced by your project is generated. So you can just run the analysis tool of your choice. Just add the generated code to its path so it can check the references.

0 Likes