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

Unknown function at 0xA60

Hello,

I am new to the NRF52 SoC and BLE development. I've been using the ble_app_template and following along this tutorial to learn more about BLE development. I'm having a problem when attempting to connect using the NRF Connect mobile app to my NRF52 DK. The steps are as follows:

  1. Run the compiled binary on the dev board through SEGGER. At this point, LED1 on the NRF52 DK is blinking.
  2. Open the NRF Connect mobile app and locate the NORD device.
  3. Connect to the NORD device on the mobile app

When I connect to the NORD device, LED1 NRF52 DK stops blinking and the mobile immediately brings me to a blank Client tab with the status "DISCONNECTED NOT BONDED". When I step through the program in Segger and get to this point in the execution, I obtain the error Unknown function 0xA60.

Does anyone have any insight as to what this means and how I can fix it?

Thanks in advance for any help.

Related