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.
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.
Hi,
Nordic does not support any such tools (with SES or other IDEs), but I suggest you contact Segger for more information as they may have something relevant.
thanks for your reply.
If segger doesn't support such analysis, how can I can analysis my code dynamically?
one more question
how c program code are dynamically analysed on windows?
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.