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

sd_softdevice_enable hang at nRF52

Hi. I'm troubled.

I use nRF52 preview DK v0.9.0 & Keil5. i tried ble_app_hrs_c in example folder of nRF52_SDK.

This program stopped at
err_code = sd_softdevice_enable(clock_source, softdevice_assertion_handler); of softdevice_handler.c.

What's wrong?? Please help me.

Yukichi.S

Parents
  • Hii ,

    I have same problem , 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.

Reply
  • Hii ,

    I have same problem , 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.

Children
Related