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

nrf52832 ble_app_uart as Central.

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...

Parents
  • You enable RTT logging in the following manner:

    • Set NRF_LOG_BACKEND_RTT_ENABLED to 1 in the sdk_config.h file
    • Download J-Link RTT Viewer
    • Open a new session with this configuration:

    Best regards,

    Simon

Reply
  • You enable RTT logging in the following manner:

    • Set NRF_LOG_BACKEND_RTT_ENABLED to 1 in the sdk_config.h file
    • Download J-Link RTT Viewer
    • Open a new session with this configuration:

    Best regards,

    Simon

Children