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

Error encountered: rem.c line 1377

Hello,

I am running the s110_nrf51822_7.0.0_softdevice.hex and am encountering an nrf callback assert on line 1377 of rem.c.

Without any visibility into this code I do not know what the error is being caused by.

I am running the system under a debug emulator but do not have any breakpoints set.

I would just like to know what the assert is in reference to as it relates the source line referenced above.

Thank you,

Robert

Parents
  • I run into the same problem.

    My board only has HF crystal.

    first I used NRF_CLOCK_LFCLKSRC_RC_250_PPM_1000MS_CALIBRATION as starting option of the softdevice.

    now the line looks like below and I do not encounter this problem anymory.

    err_code = sd_softdevice_enable(NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM, softdevice_assert_callback);
    

    Regards, Adib.

Reply
  • I run into the same problem.

    My board only has HF crystal.

    first I used NRF_CLOCK_LFCLKSRC_RC_250_PPM_1000MS_CALIBRATION as starting option of the softdevice.

    now the line looks like below and I do not encounter this problem anymory.

    err_code = sd_softdevice_enable(NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM, softdevice_assert_callback);
    

    Regards, Adib.

Children
Related