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
  • Next, Open Keil and install following packs form pack installer: -BLE 2.0.0 and 1.1.1 -Device Family Pack 7.1.0 -Drivers 2.0.0 and 1.2.1 -External Drivers 1.1.2 -Examples 7.2.0 (NOT 8.0.0 because those worked even less) -Libraries 2.0.0 and 1.1.1 -Proprietary RF 1.1.2 -RTX 2.74.0-5 -Serialisation 1.1.1 -SD common 1.1.2, 1.1.1 -S110 7.1.0-3 (NOT 8.0.0) -S120 1.0.1-3 (NOT 2.0.0) -S130 0.9.0-1.alpha. Other packs: ARM CMSIS, Keil Middleware 6.3.0 and 6.2.0. Sorry if my problem's a bit stupid/dumb but I am really new to both these Nordic Semi chips and to microcontroller development (I'm and electrical engineering student).

Children
No Data
Related