Debugging Techniques for nRF5 SDK
This article describes the main debugging methods for the Nordic nRF5 SDK to help everyone quickly locate and solve problems. Generally, you can debug your code using various methods such as logging, IDE debug mode, the app_error_check function provided by the SDK, and command line methods. 1. Debugging via Logging The nRF5 SDK supports two … Read more