This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Dynamic code analyser for ses

Hello

Is any tool available for dynamic code analyser which supporting the ses project?

I have nrf52840 freertos project. I want to check my code for memory leakage and all so i required dynamic analysis tool.

please help me in this. 

Parents Reply Children
  • Hi,

    I am not sure about the question. Regardless of what you want do do it would be tool dependent rather than OS dependent. But perhaps you could elaborate on what analysis you want?

    I am sure a lot of different tools and approaches is used across the industry, but I believe that still the most common way to analyze C programs is to use a static analysis tool of some sort, such as lint or more modern tools such as Coverity.

Related