Hi i am trying to debug the ble Uart app for confuguring device as Central. Which function is responsible for BLE Connection. I unable to debug this code with breakpoints in IAR.
Please suggest...
Hi i am trying to debug the ble Uart app for confuguring device as Central. Which function is responsible for BLE Connection. I unable to debug this code with breakpoints in IAR.
Please suggest...
Also, note that traditional halt-mode debugging is likely to break the SoftDevice's timing, and cause it to crash.
Look at monitor-mode debugging:
(older version: https://devzone.nordicsemi.com/b/blog/posts/monitor-mode-debugging---revolutionize-the-way-you-debug-ble-applications)
https://devzone.nordicsemi.com/b/blog/posts/segger-embedded-studio-part-2-monitor-mode-debuggi
https://www.segger.com/products/debug-probes/j-link/technology/monitor-mode-debugging/
Also, note that traditional halt-mode debugging is likely to break the SoftDevice's timing, and cause it to crash.
Look at monitor-mode debugging:
(older version: https://devzone.nordicsemi.com/b/blog/posts/monitor-mode-debugging---revolutionize-the-way-you-debug-ble-applications)
https://devzone.nordicsemi.com/b/blog/posts/segger-embedded-studio-part-2-monitor-mode-debuggi
https://www.segger.com/products/debug-probes/j-link/technology/monitor-mode-debugging/