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

nRF52832 custoam board not detecting Diconnect event

Hello,

I made a custom board based on nRf52832, and I am using SDK 14.2 

When I use a slightly modified version of the ble_app_uart example, I see it with  nRf Toolbox, I can connect to it and send data, but when I disconnect, the board seems to not trigger the BLE_GAP_EVT_DISCONNECT.

I do not have an external LF crystal so i am using the NRF_CLOCK_LF_SRC_RC with ctiv at 16 and temp_ctiv at 2 

As anyone any idea why it doesn't detect disconnection? 

Thanks in advance

Related