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

stuck in this line

hi

im using one of SDK Example and it stuck in this line of code

  // Initialize SoftDevice.
    SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_75_PPM, NULL);

in this line my program stuck

i use nrf51422 and keil s130 BLE

and when in debug i step into bracket it stuck in this line of code

 err_code = sd_softdevice_enable(clock_source, softdevice_fault_handler);

pls help

Related