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

Multilink central example stuck at SOFTDEVICE_HANDLER_INIT

I'm trying the multilink central example with s120 and SDK 7.2 (because of simple_uart). However, my PCA10028 board gets stuck at this macro:

SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_8000MS_CALIBRATION, false);

How can I solve this? (I'm using Keil 5)

The main is the only file I've altered main.c

Parents Reply
  • Agreed, it got into an eternal loop at that line. But that's not my problem. The thing is, it stops working now at client_handling_init() or a function call to UART. I tried setting everything up anew (new Windows VM), but that didn't work. It might be a problem in my setup. This is what I've done:

    1. Fresh Win7 install with all updates
    2. Install nRFTools, nRF51 SDK, Master control panel, MDK and nRFGo Studio.
Children
No Data
Related