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

sd_softdevice_enable hangs in customised board.

Hii ,

i am using customized board (chip : BT832).

err_code = sd_softdevice_enable(clock_source, softdevice_assertion_handler); hangs. it took some delay and after that ble_stack get initialized.

after execution of sd_softdevice_enable(); port pin P0.01 is going to low state. i want use P0.01 for another purpose.

what should be the issue ?? i had defined BSP_LED_0_MASK,BSP_LED_1_MASK,BSP_LED_2_MASK as (1<< 0). p0.00 not changing at all.

Device is Detecting on nRF UART app but when i try to connect that device it shows disconnected .

Related