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
  • Something is wrong with your setup. I have used your main.c and changed just one line (uncommented line 535) and this was the output in my serial port

    Parsing adv data...
    Parsing adv data...
    Power manage.
    BLE event dispatch...
    BLE event.
    Parsing adv data...
    Parsing adv data...
    Power manage.
    BLE event dispatch...
    BLE event.
    Parsing adv data...
    Parsing adv data...
    Power manage.
    BLE event dispatch...
    BLE event.
    Parsing adv data...
    Parsing adv data...
    Power manage.
    BLE event dispatch...
    BLE event.
    Parsing adv data...
    Parsing adv data...
    Power manage.
    

    I think you have changed something somewhere. I suggest you to save your main.c file and install your SDK fresh just to make sure that there are no other unwanted changes lying around in your workspace.

Children
No Data
Related