i can't find the right settings for the bootloader i am using s130 softdevice and sdk10 can someone help?
i can't find the right settings for the bootloader i am using s130 softdevice and sdk10 can someone help?
The bootloader requires the scheduler so you should change this line:
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_500MS_CALIBRATION, false);
with this one:
SOFTDEVICE_HANDLER_APPSH_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_500MS_CALIBRATION, true);