1. We are running our nrf52832 based project on Eclipse and are able to compile, build and run the project on our target hardware. So far, so good.
2. Now, in addition we would like to use the cppcheck - Eclipse plugin for static code analysis. Running the cppcheck results in lots of warnings and errors especially when cppcheck checks the nRF5_SDK_15.0.0. I did not manage to exclude the nRF5_SDK_15.0.0 - source files from the cppchecking (I tried a lot of cppcheck-settings, properties etc, but nothing helped)
3. Do you have expierence with the Eclipse cppcheck-plugin ? Do you know how to suppress the cppcheck errors, warnings etc. by any setting in the project or workspace properties ?
4. Do you use other tools for static code analysis ?
kind regards
Martin