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

Heart rate demo stuck at softdevice_handler_init()

Hi we are developing a customized Bluetooth smart PCB with the nrf51822, I load the softdevice 110 v 7.1.0 no problem, but when I load the heart rate demo app it stuck in softdevice_handler_init() exactely in this line: err_code = sd_softdevice_enable(clock_source, softdevice_assertion_handler);

Once in this line even with step by step run the debugger never stops

When I use the same softdevice and the same app on the nrf51822 eval kit it works fine.

Any help please.

Thank you

Related