static code analysis using PSoC Creator 4.0

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

cross mob
waahc_2261876
Level 1
Level 1

i want to perform static code analysis using PSoC Creator 4.0, please suggest some wayouts for this task.

0 Likes
3 Replies
EmHo_296241
Level 5
Level 5
10 solutions authored 50 replies posted 25 replies posted

Hi,

PSoC creator doesn't support static analysis. Anyways your project is c code. After building your project you can just run the analysis tool of your choice as all codes are generated. Just add the generated code to its path so it can check the references. Tools like IAR support static analysis.

0 Likes
HuEl_264296
Level 5
Level 5
First like given 25 sign-ins First solution authored
        PSoC Creator 4.1 will support a pre-build step in the build configuration. This means you will be able to execute the static analysis for every build of you want.   
0 Likes

Thanks for sharing the information. can you please share some user manual or guide to perform the Static Code Analysis using PSoC Creator 4.1?

or if i can integrate PSoC Creator with LDRA?

0 Likes