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...
Turn on the RTT logs, and watch them during a connection - that will help you to find the code location you're looking for.
It is worth getting the hang of this - as there are many times when such an approach is useful!
how to turn on RTT logs?
You enable RTT logging in the following manner:
Best regards,
Simon
What Simon said!
Also note:
Thank you